Summary of RAG Workflows
Vector Store Workflow for Conversational Exchanges:
Generate semantic embedding for each new conversation, add the message body to a vector store for retrieval, query the vector store for relevant messages to fill in the LLM context.
Modified Workflow for an Arbitrary Document:
...About 8 min