mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
b201cfaa0f
# docs `ecosystem/integrations` update 4 Added missed integrations. Fixed inconsistencies. ## Who can review? @hwchase17 @dev2049
902 B
902 B
Cassandra
Cassandra is a free and open-source, distributed, wide-column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.
Cassandra
offers support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.Cassandra
was designed to implement a combination ofAmazon's Dynamo
distributed storage and replication techniques combined withGoogle's Bigtable
data and storage engine model.
Installation and Setup
pip install cassandra-drive
Memory
See a usage example.
from langchain.memory import CassandraChatMessageHistory