You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 months ago
..
redis community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
__init__.py
test_aerospike.py community[minor]: add aerospike vectorstore integration (#21735) 4 months ago
test_azure_search.py
test_databricks_vector_search.py
test_elasticsearch.py
test_faiss.py
test_hanavector.py
test_imports.py community[minor]: add aerospike vectorstore integration (#21735) 4 months ago
test_indexing_docs.py community[minor]: add aerospike vectorstore integration (#21735) 4 months ago
test_inmemory.py
test_neo4j.py
test_pgvector.py
test_public_api.py community[minor]: add aerospike vectorstore integration (#21735) 4 months ago
test_sklearn.py
test_tencentvectordb.py
test_utils.py