Name : python311-langchain-chroma
| |
Version : 0.1.2
| Vendor : SUSE LLC < https://www_suse_com/>
|
Release : lp160.2.2
| Date : 2024-09-05 11:14:31
|
Group : Unspecified
| Source RPM : python-langchain-chroma-0.1.2-lp160.2.2.src.rpm
|
Size : 0.08 MB
| |
Packager : https://bugzilla_suse_com
| |
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/devel:/languages:/python:/backports/16.0/noarch |