chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Open-source search and retrieval database for AI applications.

Results 660 chroma issues
Sort by recently updated
recently updated
newest added

### What happened? from langchaincommunity.embeddings import HuggingFaceEmbeddings embeddings = HuggingFaceEmbeddings(modelname="BAAI/bge-large-en-v1.5") vectorstore_2 = Chroma( collection_name="full_document", embedding_function=embeddings,persist_directory="./multi_vector_retriver_new" ) ValueError: Expected EmbeddingFunction.__call to have the following signature: odict_keys(['self', 'input']), got odict_keys(['args', 'kwargs']) Please...

bug

## Description of changes *Summarize the changes made by this PR.* - New functionality **- Addition of VoyageAI to the list of embedding functions supported natively.** ## Test plan *How...

many issues relate to this

by-chroma

### What happened? I will query the results returned by Chromadb through the Django website. The production environment is under Docker, with Chromadb located in a predefined volum. In another...

bug

### What happened? ### Summary: When I try to install chromadb I get the following error **Logs:** Failed to build chroma-hnswlib ERROR: Could not build wheels for chroma-hnswlib, which is...

bug

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Making AuthN middleware async - Authorization now supports both sync and async -...

### What happened? Any ways of using .add (documents=..., metadatas=...) with nested metadata? I have a dict with multiple nested lists and dicts ### Versions Python 3.11, Chroma Version: 0.4.22...

bug

Closes #2576 ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - adding `dimensions` parameter to OpenAI EF as requested by a community...

EF

Addresses #792 ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Allowing users to specify caching dir for their local models ##...