Cassandra
Apache Cassandra® is a
NoSQL
, row-oriented, highly scalable and highly available database, well suited for storing large amounts of data.
Cassandra
is a good choice for storing chat message history because it is easy to scale and can handle a large number of writes.
This notebook goes over how to use Cassandra to store chat message history.
Setting up
To run this notebook you need either a running Cassandra
cluster or a DataStax Astra DB
instance running in the cloud (you can get one for free at datastax.com). Check cassio.org for more information.
%pip install --upgrade --quiet "cassio>=0.1.0 langchain-community"