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

Create a tool that wraps vectorsearch DBs for Assistant to be able to retrieve data #544

Closed
andreibondarev opened this issue Mar 25, 2024 · 1 comment
Assignees
Labels
assistants Related to Langchain::Assistant class

Comments

@andreibondarev
Copy link
Collaborator

Description

Assistants should be able to retrieve data from vectorsearch DBs that could be relevant in answering user's questions.

Tasks

  • Create a wrapper class on top of vectorsearch DBs that that give an Assistant access to similarity_search().
@andreibondarev andreibondarev added the assistants Related to Langchain::Assistant class label Mar 25, 2024
@andreibondarev andreibondarev self-assigned this Sep 29, 2024
@andreibondarev
Copy link
Collaborator Author

Addressed in #570.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assistants Related to Langchain::Assistant class
Projects
None yet
Development

No branches or pull requests

1 participant