Cassandra
Apache Cassandra® is a NoSQL, row-oriented, highly scalable and highly available database. Starting with version 5.0, the database ships with vector search capabilities.
The integrations outlined in this page can be used with Cassandra
as well as other CQL-compatible databases,
i.e. those using the Cassandra Query Language
protocol.
Installation and Setup​
Install the following Python package:
pip install "cassio>=0.1.6"
Vector Store​
from langchain_community.vectorstores import Cassandra
API Reference:Cassandra
Learn more in the example notebook.