langchain/libs/community/tests/integration_tests/vectorstores
Martin Kolb 04651f0248
community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514)
- **Description:**
This PR adds a VectorStore integration for SAP HANA Cloud Vector Engine,
which is an upcoming feature in the SAP HANA Cloud database
(https://blogs.sap.com/2023/11/02/sap-hana-clouds-vector-engine-announcement/).

  - **Issue:** N/A
- **Dependencies:** [SAP HANA Python
Client](https://pypi.org/project/hdbcli/)
  - **Twitter handle:** @sapopensource

Implementation of the integration:
`libs/community/langchain_community/vectorstores/hanavector.py`

Unit tests:
`libs/community/tests/unit_tests/vectorstores/test_hanavector.py`

Integration tests:
`libs/community/tests/integration_tests/vectorstores/test_hanavector.py`

Example notebook:
`docs/docs/integrations/vectorstores/hanavector.ipynb`

Access credentials for execution of the integration tests can be
provided to the maintainers.

---------

Co-authored-by: sascha <sascha.stoll@sap.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-01-24 14:05:07 -08:00
..
cassettes
docarray
docker-compose refactor: enable connection pool usage in PGVector (#11514) 2023-12-28 15:07:16 -08:00
fixtures
qdrant
__init__.py
conftest.py
fake_embeddings.py
test_alibabacloud_opensearch.py
test_analyticdb.py
test_annoy.py
test_astradb.py Fix AstraDB logical operator filtering (#15699) 2024-01-08 12:23:46 -08:00
test_atlas.py
test_awadb.py
test_azure_cosmos_db.py
test_azuresearch.py
test_bagel.py
test_baiducloud_vector_search.py
test_bigquery_vector_search.py feat: add Google BigQueryVectorSearch in vectorstore (#14829) 2024-01-02 15:57:14 -08:00
test_cassandra.py
test_chroma.py
test_clarifai.py
test_clickhouse.py
test_dashvector.py
test_deeplake.py
test_elastic_vector_search.py
test_elasticsearch.py community[patch]: ElasticsearchStore: add relevance function selector (#16378) 2024-01-22 11:52:20 -07:00
test_epsilla.py
test_hanavector.py community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 2024-01-24 14:05:07 -08:00
test_hippo.py
test_hologres.py
test_jaguar.py community[minor]: added jaguar vector store (#14838) 2023-12-19 10:40:18 -05:00
test_lancedb.py
test_lantern.py community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -08:00
test_llm_rails.py
test_marqo.py
test_meilisearch.py
test_milvus.py
test_momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 2023-12-20 19:11:43 -08:00
test_mongodb_atlas.py
test_myscale.py
test_neo4jvector.py
test_nucliadb.py
test_opensearch.py
test_pgvector.py refactor: enable connection pool usage in PGVector (#11514) 2023-12-28 15:07:16 -08:00
test_pinecone.py
test_redis.py
test_rocksetdb.py
test_scann.py
test_singlestoredb.py
test_sqlitevss.py
test_tair.py
test_tencentvectordb.py
test_tiledb.py
test_timescalevector.py
test_usearch.py
test_vald.py
test_vearch.py
test_vectara.py community: Vectara summarization (#14970) 2023-12-20 11:51:33 -08:00
test_weaviate.py
test_xata.py
test_yellowbrick.py
test_zep.py
test_zilliz.py