You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-langchain-astradb-0.6.0-1.lbn36.noarch

python3-langchain-astradb-0.6.0-1.lbn36.noarch

Package Attributes
RPM  python3-langchain-astradb-0.6.0-1.lbn36.noarch.rpm Architecture  noarch Size  610751 Created  2025/05/13 02:04:19 UTC
Package Specification
Summary An integration package connecting Astra DB and LangChain
Group Unspecified
License ZPL
Home Page https://pypi.org/project/langchain-astradb
Description

langchain-astradb This package contains the LangChain integrations for using DataStax Astra DB.

DataStax Astra DB is a serverless vector-capable database built on Apache Cassandra® and made conveniently available through an easy-to-use JSON API.

Installation and Setup Installation of this partner package: pip install langchain-astradb

Integrations overview See the LangChain docs page and the API reference for more details. Vector Store from langchain_astradb import AstraDBVectorStore

my_store = AstraDBVectorStore( embedding=my_embedding, collection_name="my_store", api_endpoint="https:/...", token="AstraCS:...", )

Chat message history from langchain_astradb import AstraDBChatMessageHistory

message_history = AstraDBChatMessageHistory( session_id="test-session", api_endpoint="https:/...", token="AstraCS:...", )

LLM Cache from langchain_astradb import AstraDBCache

cache = AstraDBCache( api_endpoint="https:/...", token="AstraCS:...", )

Semantic LLM Cach

Requires
(python3.10dist(numpy) < 2~~ with python3.10dist(numpy) >= 1.26)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
(python3.10dist(astrapy) < 3~~ with python3.10dist(astrapy) >= 2.0.1)  
rpmlib(RichDependencies)  
rpmlib(PayloadIsZstd)  
rpmlib(TildeInVersions)  
Provides
python-langchain-astradb
python3-langchain-astradb
python3.10-langchain-astradb
python3.10dist(langchain-astradb)
python3dist(langchain-astradb)
Obsoletes
python-langchain-astradb

Document Actions