AstraDBByteStore
This will help you get started with Astra DB key-value stores. For detailed documentation of all AstraDBByteStore
features and configurations head to the API reference.
Overview
DataStax Astra DB is a serverless vector-capable database built on Cassandra and made conveniently available through an easy-to-use JSON API.
Integration details
Class | Package | Local | JS support | Package downloads | Package latest |
---|---|---|---|---|---|
AstraDBByteStore | langchain_astradb | ❌ | ❌ |
Setup
To create an AstraDBByteStore
byte store, you'll need to create a DataStax account.
Credentials
After signing up, set the following credentials:
from getpass import getpass
ASTRA_DB_API_ENDPOINT = getpass("ASTRA_DB_API_ENDPOINT = ")
ASTRA_DB_APPLICATION_TOKEN = getpass("ASTRA_DB_APPLICATION_TOKEN = ")