Name : python311-langchain-chroma
| |
Version : 0.1.2
| Vendor : obs://build_opensuse_org/devel:languages:python
|
Release : 150700.2.1
| Date : 2024-09-09 10:40:06
|
Group : Unspecified
| Source RPM : python-langchain-chroma-0.1.2-150700.2.1.src.rpm
|
Size : 0.08 MB
| |
Packager : (none)
| |
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/15.7/noarch |