langchain/libs/community/tests/unit_tests/vectorstores
Jesse S fc79b372cb
community[minor]: add aerospike vectorstore integration (#21735)
Please let me know if you see any possible areas of improvement. I would
very much appreciate your constructive criticism if time allows.

**Description:**
- Added a aerospike vector store integration that utilizes
[Aerospike-Vector-Search](https://aerospike.com/products/vector-database-search-llm/)
add-on.
- Added both unit tests and integration tests
- Added a docker compose file for spinning up a test environment
- Added a notebook

 **Dependencies:** any dependencies required for this change
- aerospike-vector-search

 **Twitter handle:** 
- No twitter, you can use my GitHub handle or LinkedIn if you'd like

Thanks!

---------

Co-authored-by: Jesse Schumacher <jschumacher@aerospike.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-05-21 01:01:47 +00:00
..
redis community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
__init__.py
test_aerospike.py community[minor]: add aerospike vectorstore integration (#21735) 2024-05-21 01:01:47 +00:00
test_azure_search.py community[patch]: Add initial tests for AzureSearch vector store (#17663) 2024-04-25 20:42:01 +00:00
test_databricks_vector_search.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_elasticsearch.py
test_faiss.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 2024-03-06 16:43:01 -05:00
test_hanavector.py
test_imports.py community[minor]: add aerospike vectorstore integration (#21735) 2024-05-21 01:01:47 +00:00
test_indexing_docs.py community[minor]: add aerospike vectorstore integration (#21735) 2024-05-21 01:01:47 +00:00
test_inmemory.py community[patch]: Fix in memory vectorstore to take into account ids when adding docs (#21384) 2024-05-07 15:05:16 -04:00
test_neo4j.py community[patch]: Add the ability to pass maps to neo4j retrieval query (#19758) 2024-03-29 08:33:48 -07:00
test_pgvector.py
test_public_api.py community[minor]: add aerospike vectorstore integration (#21735) 2024-05-21 01:01:47 +00:00
test_sklearn.py
test_tencentvectordb.py community[patch], langchain[minor]: Enhance Tencent Cloud VectorDB, langchain: make Tencent Cloud VectorDB self query retrieve compatible (#19651) 2024-04-09 16:50:48 +00:00
test_utils.py