python-langchain-chroma
An integration package connecting Chroma and LangChain
This package contains the LangChain integration with Chroma. ```bash pip install -U langchain-chroma ``` 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) ```
There is no official package available for openSUSE Leap 16.0Distributions
openSUSE Tumbleweed
openSUSE Leap 16.0
openSUSE Leap 15.6
openSUSE Leap 15.5
openSUSE Backports for SLE 15 SP7
openSUSE Backports for SLE 15 SP4
Unsupported distributions
The following distributions are not officially supported. Use these packages at your own risk.