Name : python311-langchain-chroma
| |
Version : 0.1.4
| Vendor : openSUSE
|
Release : 1.3
| Date : 2024-10-23 22:18:27
|
Group : Unspecified
| Source RPM : python-langchain-chroma-0.1.4-1.3.src.rpm
|
Size : 0.09 MB
| |
Packager : http://bugs_opensuse_org
| |
Summary : An integration package connecting Chroma and LangChain
|
Description :
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) ```
|
RPM found in directory: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/noarch |