ChromaDB: download embedding in advance during package installation
Is there an option to install the Chroma DB Python pip package (chromadb
) together with download of embedding (e.g. all-MiniLM-L6-v2
) instead of downloading the embedding on demand?
How to filter based on the metadata in ChromaDB between two values?
I want to restrict the search during querying time in chromaDB by filtering based on the dates I’m storing in the metadata. I want to only search for documents between 2 dates. I tried the following where condition –
Chroma collection.query returns documents but all distances are 0.0
I’m using embedding model mxbai-embed-large.