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 have the ability to record conversations and to like/dislike parts of conversations. Each like/dislike (reaction) is stored in S3. These responses should be stored as embeddings in a vector DB. Langchain agents should be configured to use the DB for RAG.
Possible Solution
Implement a new AgentConfig option rag which hooks the agent up to a RAG vector store maintained by us.
Additional context
We must come up with a RAG strategy first.
One DB for everything?
One DB per customer?
One DB per OB user?
One DB per industry?
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
We have the ability to record conversations and to like/dislike parts of conversations. Each like/dislike (
reaction
) is stored in S3. These responses should be stored as embeddings in a vector DB. Langchain agents should be configured to use the DB for RAG.Possible Solution
Implement a new AgentConfig option
rag
which hooks the agent up to a RAG vector store maintained by us.Additional context
We must come up with a RAG strategy first.
Additional context
No response
The text was updated successfully, but these errors were encountered: