You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement a RAG use case taking an imaginary company as an example and include it as a tool for our agent setup. The following RAG components should be setup on an OpenShift cluster:
Vector DB i.e milvus
Different documents generated for the imaginary company such as product docs, HR policy docs, sales docs etc
Collections/indexes defined for the different documents in the vector DB
Embedding model
Retriever service
LLM i.e mistral-7b
Separate RAG service endpoints for the different collections in the vector DB
The text was updated successfully, but these errors were encountered:
hemajv
changed the title
Implement a RAG setup
Implement a RAG use case
Oct 25, 2024
We should implement a RAG use case taking an imaginary company as an example and include it as a tool for our agent setup. The following RAG components should be setup on an OpenShift cluster:
The text was updated successfully, but these errors were encountered: