Skip to content

Chroma in LangChain #1010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 13, 2023
Merged

Conversation

atroyn
Copy link
Contributor

@atroyn atroyn commented Feb 12, 2023

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!

@atroyn atroyn marked this pull request as ready for review February 13, 2023 01:29
@hwchase17 hwchase17 merged commit 78abd27 into langchain-ai:master Feb 13, 2023
hinthornw pushed a commit to hinthornw/lckg that referenced this pull request Feb 14, 2023
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!
dongreenberg pushed a commit to dongreenberg/langchain that referenced this pull request Feb 17, 2023
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!
@blob42 blob42 mentioned this pull request Feb 21, 2023
@bare-metal-gpu
Copy link

bare-metal-gpu commented Mar 4, 2023

how to use the langchain Chroma wrapper with remote self-hosted Chroma client? (didn't find any resources) - there's only Chroma.from_texts/.from_documents @atroyn?

zachschillaci27 pushed a commit to zachschillaci27/langchain that referenced this pull request Mar 8, 2023
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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants