langchain-astradb: 0.3.5#

cache#

cache.AstraDBCache(*[, collection_name, ...])

Cache that uses Astra DB as a backend.

cache.AstraDBSemanticCache(*[, ...])

Cache that uses Astra DB as a vector-store backend for semantic (i.e.

chat_message_histories#

chat_message_histories.AstraDBChatMessageHistory(*, ...)

Chat message history that stores history in Astra DB.

document_loaders#

document_loaders.AstraDBLoader(...)

Load DataStax Astra DB documents.

storage#

storage.AstraDBBaseStore(*args, **kwargs)

Base class for the DataStax Astra DB data store.

storage.AstraDBByteStore(*, collection_name)

ByteStore implementation using DataStax AstraDB as the underlying store.

storage.AstraDBStore(collection_name, *[, ...])

BaseStore implementation using DataStax AstraDB as the underlying store.

utils#

utils.astradb.SetupMode(value[, names, ...])

vectorstores#

vectorstores.AstraDBVectorStore(*, ...[, ...])

AstraDB vector store integration.