# langchain-chroma
This package contains the LangChain integration with Chroma.
## Installation
```bash
pip install -U langchain-chroma
```
## Usage
The `Chroma` class exposes the connection to the Chroma vector store.
```python
from langchain_chroma import Chroma
embeddings = ... # use a LangChain Embeddings class
vectorstore = Chroma(embeddings=embeddings)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/langchain-ai/langchain",
"name": "langchain-chroma",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/96/eb/ec2ad3a7a5cfc02cd114cf37cde79ee781e818f909233d162f03df20eaa9/langchain_chroma-0.2.0.tar.gz",
"platform": null,
"description": "# langchain-chroma\n\nThis package contains the LangChain integration with Chroma.\n\n## Installation\n\n```bash\npip install -U langchain-chroma\n```\n\n## Usage\n\nThe `Chroma` class exposes the connection to the Chroma vector store.\n\n```python\nfrom langchain_chroma import Chroma\n\nembeddings = ... # use a LangChain Embeddings class\n\nvectorstore = Chroma(embeddings=embeddings)\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An integration package connecting Chroma and LangChain",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/langchain-ai/langchain",
"Release Notes": "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-chroma%3D%3D0%22&expanded=true",
"Repository": "https://github.com/langchain-ai/langchain",
"Source Code": "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e897ba7da2b62d3a8dc81099f1d3024fd75992bc73fb99b69a890bed823e2db4",
"md5": "416531617f4ef85e7e7eb3e72e04593b",
"sha256": "2c405e8fe79267d2298342e7c80b4804ceae6b81d80b24b83ae5fbdf86676072"
},
"downloads": -1,
"filename": "langchain_chroma-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "416531617f4ef85e7e7eb3e72e04593b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 11163,
"upload_time": "2025-01-08T17:25:51",
"upload_time_iso_8601": "2025-01-08T17:25:51.704983Z",
"url": "https://files.pythonhosted.org/packages/e8/97/ba7da2b62d3a8dc81099f1d3024fd75992bc73fb99b69a890bed823e2db4/langchain_chroma-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96ebec2ad3a7a5cfc02cd114cf37cde79ee781e818f909233d162f03df20eaa9",
"md5": "4bd0b3d24d0300820691643270cdc243",
"sha256": "611dd5d844388cca0acd99dab230ac8512d79ac8d86ff80a6f82607f497d5930"
},
"downloads": -1,
"filename": "langchain_chroma-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "4bd0b3d24d0300820691643270cdc243",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 11022,
"upload_time": "2025-01-08T17:25:54",
"upload_time_iso_8601": "2025-01-08T17:25:54.195713Z",
"url": "https://files.pythonhosted.org/packages/96/eb/ec2ad3a7a5cfc02cd114cf37cde79ee781e818f909233d162f03df20eaa9/langchain_chroma-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-08 17:25:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "langchain-ai",
"github_project": "langchain",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "langchain-chroma"
}