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.4.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file langchain_chroma-0.1.4.tar.gz
.
File metadata
- Download URL: langchain_chroma-0.1.4.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5963a79bf72af0f72019084bbc1e610d03ba33ec2df9a4b47b27c0132aa533fb |
|
MD5 | ed8dc1e1800f2f7119f2464a538ad19c |
|
BLAKE2b-256 | ea0db55c34db346e531d72e629891606512a792c83c8c82b40e6e313db3e36b9 |
File details
Details for the file langchain_chroma-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: langchain_chroma-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2877b284fc736bfd31628aa542ed0f5410c3cdc63ad2c670cb67fc360b4a236a |
|
MD5 | 808f330f314fcf7ea296e4b21450ac2d |
|
BLAKE2b-256 | bc8cef0a589e523e72373a79a64cd1184682155113b865f889d815a9f264a755 |