This image illustrates a typical Oracle AI Vector Search workflow containing the
following five main parts:
- Generating vector embeddings from your unstructured data.
- Storing the resulting vector embeddings and associated unstructured data with your business data in Oracle Database.
- Creating vector indexes on your vector embeddings.
- Using Oracle AI Vector Search native SQL operations to combine similarity with relational searches to retrieve relevant data.
- Generating a prompt and sending it to an LLM for a complete RAG inference.