langchain/tests
Anton Troynikov 78abd277ff
Chroma in LangChain (#1010)
Chroma is a simple to use, open-source, zero-config, zero setup
vectorstore.

Simply `pip install chromadb`, and you're good to go. 

Out-of-the-box Chroma is suitable for most LangChain workloads, but is
highly flexible. I tested to 1M embs on my M1 mac, with out issues and
reasonably fast query times.

Look out for future releases as we integrate more Chroma features with
LangChain!
2023-02-12 17:43:48 -08:00
..
integration_tests Chroma in LangChain (#1010) 2023-02-12 17:43:48 -08:00
unit_tests Import of declarative_base when SQLAlchemy <1.4 (#883) 2023-02-10 18:33:47 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00