mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 06:13:36 +00:00
Updates dependencies to Chroma to integrate the major release of Chroma with improved performance, and to fix issues users have been seeing using the latest chroma docker image with langchain-chroma https://github.com/langchain-ai/langchain/issues/31047#issuecomment-2850790841 Updates chromadb dependency to >=1.0.9 This also removes the dependency of chroma-hnswlib, meaning it can run against python 3.13 runners for tests as well. Tested this by pulling the latest Chroma docker image, running langchain-chroma using client mode ``` httpClient = chromadb.HttpClient(host="localhost", port=8000) vector_store = Chroma( client=httpClient, collection_name="test", embedding_function=embeddings, ) ``` |
||
---|---|---|
.. | ||
integration_tests | ||
unit_tests | ||
__init__.py |