langchain-chroma


Namelangchain-chroma JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/langchain-ai/langchain
SummaryAn integration package connecting Chroma and LangChain
upload_time2024-06-27 21:04:16
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/62/06/3ad3efe140eb17fe0c8e1fba03aca0ec6b3fa0451ce7350675c1fefb2a95/langchain_chroma-0.1.2.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.2",
    "project_urls": {
        "Homepage": "https://github.com/langchain-ai/langchain",
        "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": "100534b30ff33af5ea7e6e5b6d1bf8ea3a0f2c1462c6b7f750f21dd0179fdf1e",
                "md5": "6d25472fb89d11733d9088d791c50117",
                "sha256": "0948f2975091dfef685a7981c140b8fd8a3b0f0602abba61abbcac7959beee4c"
            },
            "downloads": -1,
            "filename": "langchain_chroma-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d25472fb89d11733d9088d791c50117",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8.1",
            "size": 9324,
            "upload_time": "2024-06-27T21:04:14",
            "upload_time_iso_8601": "2024-06-27T21:04:14.839651Z",
            "url": "https://files.pythonhosted.org/packages/10/05/34b30ff33af5ea7e6e5b6d1bf8ea3a0f2c1462c6b7f750f21dd0179fdf1e/langchain_chroma-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62063ad3efe140eb17fe0c8e1fba03aca0ec6b3fa0451ce7350675c1fefb2a95",
                "md5": "ce3f3b93d4f5fb82836483a36e798f11",
                "sha256": "745a53b93e7ae058f9666a48e15ff211122656032ed0e8ffb7291b402f5bf23b"
            },
            "downloads": -1,
            "filename": "langchain_chroma-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ce3f3b93d4f5fb82836483a36e798f11",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8.1",
            "size": 9395,
            "upload_time": "2024-06-27T21:04:16",
            "upload_time_iso_8601": "2024-06-27T21:04:16.174370Z",
            "url": "https://files.pythonhosted.org/packages/62/06/3ad3efe140eb17fe0c8e1fba03aca0ec6b3fa0451ce7350675c1fefb2a95/langchain_chroma-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-27 21:04:16",
    "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.28561s