Open
Description
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:
- Save a document in a ChromaDB
- Delete the document
- 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
Metadata
Metadata
Assignees
Projects
Status
📋 Backlog