Skip to content

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

Open
@migalv

Description

@migalv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions