Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python310-langchain-chroma | Distribution: openSUSE:Factory:zSystems |
Version: 0.1.4 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Oct 23 22:18:27 2024 |
Group: Unspecified | Build host: reproducible |
Size: 82679 | Source RPM: python-langchain-chroma-0.1.4-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/langchain-ai/langchain | |
Summary: 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) ```
MIT
* Wed Oct 23 2024 Dirk Müller <dmueller@suse.com> - update to 0.1.4: * chroma[patch]: Release 0.1.4 (#26470) * multiple: pydantic 2 compatibility, v0.3 (#26443) * standard-tests[patch]: add Ser/Des test * all: Improve make lint command (#25344) * chroma: add back fastapi optional dep (#25641) * partners/chroma: release 0.1.3 (#25599) * chroma: ban chromadb sdk versions 0.5.4 and 0.5.5 due to pydantic bug (#25586) * [docs]: vector store integration pages (#24858) * patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014) * docs: fix kwargs docstring (#25010) * all: add release notes to pypi (#24519) * partners: add similarity search by image functionality to langchain_chroma partner package (#22982) * Thu Sep 05 2024 Markéta Machová <mmachova@suse.com> - Initial packaging (v0.1.2), needed by AI stack
/usr/lib/python3.10/site-packages/langchain_chroma /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info/INSTALLER /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info/LICENSE /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info/METADATA /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info/RECORD /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info/REQUESTED /usr/lib/python3.10/site-packages/langchain_chroma-0.1.4.dist-info/WHEEL /usr/lib/python3.10/site-packages/langchain_chroma/__init__.py /usr/lib/python3.10/site-packages/langchain_chroma/__pycache__ /usr/lib/python3.10/site-packages/langchain_chroma/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/langchain_chroma/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/langchain_chroma/__pycache__/vectorstores.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/langchain_chroma/__pycache__/vectorstores.cpython-310.pyc /usr/lib/python3.10/site-packages/langchain_chroma/py.typed /usr/lib/python3.10/site-packages/langchain_chroma/vectorstores.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025