CassandraByteStore
This will help you get started with Cassandra key-value stores. For detailed documentation of all CassandraByteStore
features and configurations head to the API reference.
Overview
Cassandra is a NoSQL, row-oriented, highly scalable and highly available database.
Integration details
Class | Package | Local | JS support | Package downloads | Package latest |
---|---|---|---|---|---|
CassandraByteStore | langchain-community | ✅ | ✅ |
Setup
The CassandraByteStore
is an implementation of ByteStore
that stores the data in your Cassandra instance.
The store keys must be strings and will be mapped to the row_id
column of the Cassandra table.
The store bytes
values are mapped to the body_blob
column of the Cassandra table.