langchain/libs/community/langchain_community/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
..
docarray
redis docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
__init__.py community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 2024-01-24 14:05:07 -08:00
alibabacloud_opensearch.py
analyticdb.py
annoy.py
astradb.py Fix AstraDB logical operator filtering (#15699) 2024-01-08 12:23:46 -08:00
atlas.py
awadb.py
azure_cosmos_db.py
azuresearch.py community: Fixing a performance issue with AzureSearch to perform batch embedding (#15594) 2024-01-12 10:58:55 -08:00
bageldb.py
baiducloud_vector_search.py
bigquery_vector_search.py community[minor]: add additional support for BigQueryVectorSearch (#15904) 2024-01-15 10:45:15 -08:00
cassandra.py community[patch]: Use newer MetadataVectorCassandraTable in Cassandra vector store (#15987) 2024-01-17 10:37:07 -08:00
chroma.py docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
clarifai.py Community : Modified doc strings and example notebook for Clarifai (#15816) 2024-01-10 19:33:10 -08:00
clickhouse.py
dashvector.py community[patch]: fix dashvector endpoint params error (#14484) 2023-12-13 14:38:27 -08:00
databricks_vector_search.py
deeplake.py
dingo.py
elastic_vector_search.py
elasticsearch.py community[patch]: ElasticsearchStore enable max inner product (#16393) 2024-01-22 11:26:18 -08:00
epsilla.py
faiss.py community[patch]: fix a bug that mistakenly handle zip iterator in FAISS.from_embeddings (#16020) 2024-01-15 11:13:14 -08:00
hanavector.py community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 2024-01-24 14:05:07 -08:00
hippo.py
hologres.py
jaguar.py community[patch]: jaguar vector store fix integer-element error when joining metadata values (#15939) 2024-01-15 11:13:45 -08:00
kdbai.py community[minor]: Add KDBAI vector store (#12797) 2024-01-23 18:37:01 -08:00
lancedb.py
lantern.py community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -08:00
llm_rails.py
marqo.py
matching_engine.py community[patch]: Matching engine, return doc id (#14930) 2023-12-20 00:03:11 -05:00
meilisearch.py
milvus.py community: add a flag that determines whether to load the milvus collection (#15693) 2024-01-15 11:25:23 -08:00
momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 2023-12-20 19:11:43 -08:00
mongodb_atlas.py community[patch]: Include scores in MongoDB Atlas QA chain results (#14666) 2024-01-23 18:18:28 -08:00
myscale.py community: fix myscale delete function bug (#15675) 2024-01-08 12:26:29 -08:00
neo4j_vector.py Fix RRF and lucene escape characters for neo4j vector store (#14646) 2023-12-13 09:09:50 -08:00
nucliadb.py
opensearch_vector_search.py
pgembedding.py
pgvecto_rs.py community[patch]: fix typo in pgvecto_rs debug msg (#16318) 2024-01-22 14:01:33 -08:00
pgvector.py community[patch]: Implement vector length definition at init time in PGVector for indexing (#16133) 2024-01-22 14:32:44 -08:00
pinecone.py community[patch]: add vector param to index query for pinecone vec store (#16054) 2024-01-16 06:12:19 -08:00
qdrant.py community[patch]: implement adelete from VectorStore in Qdrant (#16005) 2024-01-15 19:57:09 -08:00
rocksetdb.py
scann.py
semadb.py fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 2023-12-22 11:49:35 -08:00
singlestoredb.py
sklearn.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
sqlitevss.py
starrocks.py
supabase.py Support score_threshold in SupabaseVectorStore similarity search (#14439) 2024-01-02 16:47:05 -08:00
surrealdb.py community[minor]: Fix to match SurrealDB 0.3.2 SDK (#15996) 2024-01-15 10:31:59 -08:00
tair.py
tencentvectordb.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
tigris.py
tiledb.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
timescalevector.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
typesense.py
usearch.py
utils.py
vald.py
vearch.py
vectara.py template: Update Vectara templates (#15363) 2024-01-19 17:32:33 -08:00
vespa.py
vikngdb.py community[minor]: add vikingdb vecstore (#15155) 2024-01-15 12:34:01 -08:00
weaviate.py
xata.py
yellowbrick.py
zep.py
zilliz.py