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

Add remove_texts methods to all Langchain::Vectorsearch::* classes #512

Open
5 of 9 tasks
andreibondarev opened this issue Mar 5, 2024 · 2 comments · Fixed by #516, #510, #526, #525 or #567
Open
5 of 9 tasks

Add remove_texts methods to all Langchain::Vectorsearch::* classes #512

andreibondarev opened this issue Mar 5, 2024 · 2 comments · Fixed by #516, #510, #526, #525 or #567

Comments

@andreibondarev
Copy link
Collaborator

andreibondarev commented Mar 5, 2024

Similar to #510, we'd like to add this method to all other vectorsearch classes. Please split these out into separate PRs.

  • Chroma#remove_texts
  • Elasticsearch#remove_texts
  • Epsilla#remove_texts
  • Hnwslib#remove_texts
  • Milvus#remove_texts
  • Pgvector#remove_texts
  • Pinecone#remove_texts
  • Qdrant#remove_texts
  • Weaviate#remove_texts
@andreibondarev andreibondarev linked a pull request Mar 13, 2024 that will close this issue
@andreibondarev
Copy link
Collaborator Author

@gregogalante I created this issue to track the work.

@andreibondarev
Copy link
Collaborator Author

@gregogalante Would you have any interest taking a stab at patterns-ai-core/langchainrb_rails#53?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment