Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RAG #187

Open
svange opened this issue Aug 7, 2024 · 0 comments
Open

Implement RAG #187

svange opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@svange
Copy link
Owner

svange commented Aug 7, 2024

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.

  1. One DB for everything?
  2. One DB per customer?
  3. One DB per OB user?
  4. One DB per industry?

Additional context

No response

@svange svange added the enhancement New feature or request label Aug 7, 2024
@svange svange self-assigned this Aug 7, 2024
@svange svange added this to the RAG milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant