chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
[Bug]: Unable to load and create vector data base by using langchain module hugging face embedding
### 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...
## 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...
### 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...
### 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...
## 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...
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...
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 ##...