langchain/libs/community/tests/unit_tests
Patrick McFadin 3331865f6b
community[minor]: add Cassandra Database Toolkit (#20246)
**Description**: ToolKit and Tools for accessing data in a Cassandra
Database primarily for Agent integration. Initially, this includes the
following tools:
- `cassandra_db_schema` Gathers all schema information for the connected
database or a specific schema. Critical for the agent when determining
actions.
- `cassandra_db_select_table_data` Selects data from a specific keyspace
and table. The agent can pass paramaters for a predicate and limits on
the number of returned records.
- `cassandra_db_query` Expiriemental alternative to
`cassandra_db_select_table_data` which takes a query string completely
formed by the agent instead of parameters. May be removed in future
versions.

Includes unit test and two notebooks to demonstrate usage. 

**Dependencies**: cassio
**Twitter handle**: @PatrickMcFadin

---------

Co-authored-by: Phil Miesle <phil.miesle@datastax.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-04-29 15:51:43 +00:00
..
agent_toolkits community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
callbacks community[minor]: add UpTrainCallbackHandler (#19956) 2024-04-16 19:32:03 +00:00
chat_loaders community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
chat_message_histories core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
chat_models patch: remove usage of llm, chat model __call__ (#20788) 2024-04-24 19:39:23 -04:00
cross_encoders community[patch]: cross_encoders flatten namespaces (#20183) 2024-04-08 20:50:23 -04:00
docstore community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
document_compressors community[mionr]: add Jina Reranker in retrievers module (#19406) 2024-04-25 10:27:10 -07:00
document_loaders community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
document_transformers community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
embeddings community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 2024-04-17 01:43:35 +00:00
examples community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
graphs community[minor]: add graph store implementation for apache age (#20582) 2024-04-20 14:31:04 -07:00
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
llms patch: remove usage of llm, chat model __call__ (#20788) 2024-04-24 19:39:23 -04:00
retrievers patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
storage community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
tools community[minor]: add mojeek search util (#20922) 2024-04-29 15:49:53 +00:00
utilities community[minor]: add Cassandra Database Toolkit (#20246) 2024-04-29 15:51:43 +00:00
utils community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vectorstores community[patch]: Add initial tests for AzureSearch vector store (#17663) 2024-04-25 20:42:01 +00:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_dependencies.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 2023-12-21 13:45:42 -08:00
test_sql_database_schema.py infra: mv SQLDatabase tests to community (#17276) 2024-02-08 17:05:43 -08:00
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 2024-03-08 14:10:23 -05:00
test_sqlalchemy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00