langchain-chroma


Namelangchain-chroma JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/langchain-ai/langchain
SummaryAn integration package connecting Chroma and LangChain
upload_time2024-09-14 00:36:36
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ea/0d/b55c34db346e531d72e629891606512a792c83c8c82b40e6e313db3e36b9/langchain_chroma-0.1.4.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.1.4",
    "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": "bc8cef0a589e523e72373a79a64cd1184682155113b865f889d815a9f264a755",
                "md5": "808f330f314fcf7ea296e4b21450ac2d",
                "sha256": "2877b284fc736bfd31628aa542ed0f5410c3cdc63ad2c670cb67fc360b4a236a"
            },
            "downloads": -1,
            "filename": "langchain_chroma-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "808f330f314fcf7ea296e4b21450ac2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8.1",
            "size": 10452,
            "upload_time": "2024-09-14T00:36:35",
            "upload_time_iso_8601": "2024-09-14T00:36:35.033392Z",
            "url": "https://files.pythonhosted.org/packages/bc/8c/ef0a589e523e72373a79a64cd1184682155113b865f889d815a9f264a755/langchain_chroma-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea0db55c34db346e531d72e629891606512a792c83c8c82b40e6e313db3e36b9",
                "md5": "ed8dc1e1800f2f7119f2464a538ad19c",
                "sha256": "5963a79bf72af0f72019084bbc1e610d03ba33ec2df9a4b47b27c0132aa533fb"
            },
            "downloads": -1,
            "filename": "langchain_chroma-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ed8dc1e1800f2f7119f2464a538ad19c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8.1",
            "size": 10157,
            "upload_time": "2024-09-14T00:36:36",
            "upload_time_iso_8601": "2024-09-14T00:36:36.523205Z",
            "url": "https://files.pythonhosted.org/packages/ea/0d/b55c34db346e531d72e629891606512a792c83c8c82b40e6e313db3e36b9/langchain_chroma-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-14 00:36:36",
    "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"
}
        
Elapsed time: 0.46034s