Name : python312-langchain-chroma
| |
Version : 0.1.2
| Vendor : openSUSE
|
Release : 1.1
| Date : 2024-09-05 11:14:31
|
Group : Unspecified
| Source RPM : python-langchain-chroma-0.1.2-1.1.src.rpm
|
Size : 0.07 MB
| |
Packager : https://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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Factory:/RISCV/standard/noarch |