mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-09 09:08:40 +00:00
This PR adds a `SingleStoreDBSemanticCache` class that implements a cache based on SingleStoreDB vector store, integration tests, and a notebook example. Additionally, this PR contains minor changes to SingleStoreDB vector store: - change add texts/documents methods to return a list of inserted ids - implement delete(ids) method to delete documents by list of ids - added drop() method to drop a correspondent database table - updated integration tests to use and check functionality implemented above CC: @baskaryan, @hwchase17 --------- Co-authored-by: Volodymyr Tkachuk <vtkachuk-ua@singlestore.com> |
||
---|---|---|
.. | ||
fake_embeddings.py | ||
test_astradb.py | ||
test_azure_cosmosdb_cache.py | ||
test_cassandra.py | ||
test_gptcache.py | ||
test_momento_cache.py | ||
test_opensearch_cache.py | ||
test_redis_cache.py | ||
test_singlestoredb_cache.py | ||
test_upstash_redis_cache.py |