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

bug: Deleting documents from Chroma Vector Store always throws #650

Open
1 of 12 tasks
migalv opened this issue Feb 22, 2025 · 0 comments
Open
1 of 12 tasks

bug: Deleting documents from Chroma Vector Store always throws #650

migalv opened this issue Feb 22, 2025 · 0 comments
Labels
t:bug Something isn't working

Comments

@migalv
Copy link

migalv commented Feb 22, 2025

System Info

langchain: ^0.7.4
Dart: 3.4.3
Platform: Docker

Related Components

  • doc-loaders
  • doc-transformers
  • prompts
  • llms
  • chat-models
  • output-parsers
  • chains
  • memory
  • stores
  • embeddings
  • retrievers
  • agents

Reproduction

Steps to reproduce behavior:

  1. Save a document in a ChromaDB
  2. Delete the document
  3. Try catch the delete method

Expected behavior

If the response is OK 200 the delete method should not throw

Notes

I think I have identified the issue.

When response is OK 200 but has not body so when trying to decode the body it's null and throw a TypeError

@migalv migalv added the t:bug Something isn't working label Feb 22, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in LangChain.dart Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant