An integration package connecting Chroma and LangChain
Project description
langchain-chroma
This package contains the LangChain integration with Chroma.
Installation
pip install -U langchain-chroma
Usage
The Chroma
class exposes the connection to the Chroma vector store.
from langchain_chroma import Chroma
embeddings = ... # use a LangChain Embeddings class
vectorstore = Chroma(embeddings=embeddings)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file langchain_chroma-0.1.2.tar.gz
.
File metadata
- Download URL: langchain_chroma-0.1.2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 745a53b93e7ae058f9666a48e15ff211122656032ed0e8ffb7291b402f5bf23b |
|
MD5 | ce3f3b93d4f5fb82836483a36e798f11 |
|
BLAKE2b-256 | 62063ad3efe140eb17fe0c8e1fba03aca0ec6b3fa0451ce7350675c1fefb2a95 |
File details
Details for the file langchain_chroma-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: langchain_chroma-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0948f2975091dfef685a7981c140b8fd8a3b0f0602abba61abbcac7959beee4c |
|
MD5 | 6d25472fb89d11733d9088d791c50117 |
|
BLAKE2b-256 | 100534b30ff33af5ea7e6e5b6d1bf8ea3a0f2c1462c6b7f750f21dd0179fdf1e |