llama-index tools Apache Cassandra® integration
Project description
Cassandra Database Tools
Overview
The Cassandra Database Tools project is designed to help AI engineers efficiently integrate Large Language Models (LLMs) with Apache Cassandra® data. It facilitates optimized and safe interactions with Cassandra databases, supporting various deployments like Apache Cassandra®, DataStax Enterprise™, and DataStax Astra™.
Key Features
- Fast Data Access: Optimized queries ensure most operations complete in milliseconds.
- Schema Introspection: Enhances the reasoning capabilities of LLMs by providing detailed schema information.
- Compatibility: Supports various Cassandra deployments, ensuring wide applicability.
- Safety Measures: Limits operations to SELECT queries and schema introspection to prioritize data integrity.
Installation
Ensure your system has Python installed and proceed with the following installations via pip:
pip install python-dotenv cassio llama-index-tools-cassandra
Create a .env
file for environmental variables related to Cassandra and Astra configurations, following the example structure provided in the notebook.
Environment Setup
- For Cassandra: Configure
CASSANDRA_CONTACT_POINTS
,CASSANDRA_USERNAME
,CASSANDRA_PASSWORD
, andCASSANDRA_KEYSPACE
. - For DataStax Astra: Set
ASTRA_DB_APPLICATION_TOKEN
,ASTRA_DB_DATABASE_ID
, andASTRA_DB_KEYSPACE
.
How It Works
The toolkit leverages the Cassandra Query Language (CQL) and integrates with LLMs to provide an efficient query path determination for the user's requests, ensuring best practices for querying are followed. Using functions, the LLMs decision making can invoke the tool instead of designing custom queries. The result is faster and efficient access to Cassandra data for agents.
Tools Included
cassandra_db_schema
: Fetches schema information, essential for the agent’s operation.cassandra_db_select_table_data
: Allows selection of data from a specific keyspace and table.cassandra_db_query
: An experimental tool that accepts fully formed query strings from the agent.
Example Usage
Initialize the CassandraDatabase and set up the agent with the tools provided. Query the database by interacting with the agent as shown in the example notebook.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llama_index_tools_cassandra-0.2.0.tar.gz
.
File metadata
- Download URL: llama_index_tools_cassandra-0.2.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65d241020c2d3ea0a0803081f3666643195f8a382ad7398031503d27e85ff439 |
|
MD5 | 6d14ff50070013153bb884e8839285c7 |
|
BLAKE2b-256 | cb71be55de1d52702b1a6edff61642ffb38096097677fab23ba9a2c94e5f4986 |
File details
Details for the file llama_index_tools_cassandra-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_tools_cassandra-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0619f272f9cdd902d6f3add19234771168b961a51ba2a1da25d9192368e6b216 |
|
MD5 | 85cde274fa681eca59c6bd09efc20a97 |
|
BLAKE2b-256 | 1dbd502d45df66d546df9b4033a2e22dff50ff9ace6b5aca5407f19357b36d55 |