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
langchain_chroma-0.1.3.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file langchain_chroma-0.1.3.tar.gz
.
File metadata
- Download URL: langchain_chroma-0.1.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67754c50d0adb6fa2ebf07ea48026e025c9bffe2ae329e769d4c6e2b6398eaa8 |
|
MD5 | bc9539b8062808d887818f986a096ed5 |
|
BLAKE2b-256 | a83a0a77f0a9e5032f7fcde9230be52e166f0954897f07df448a10d28b1d668d |
File details
Details for the file langchain_chroma-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: langchain_chroma-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7857f8c63faa827118b18e06e926ef22a02b30c1462c8467dd7240d3e685edd3 |
|
MD5 | 791d614029fba018092f016f3e6f7752 |
|
BLAKE2b-256 | 6522fa0a518618d769dacc732cf3a623debb04720949e1a5f26d02756c19449f |