The image shows how the input from Object Storage is used with Select AI RAG:
  1. Input Data: Data is initially stored in an Object Storage.
  2. Send Chunk Data: Oracle Autonomous Database retrieves the input data in chunks and sends it to an embedding model.
  3. Return Vector Embeddings: The embedding model processes the chunk data and returns vector embeddings.
  4. Store Vector Embeddings: The vector embeddings are then stored in a third-party vector database for fast and efficient retrieval.