langchain/libs/community/tests
cinqisap 482e8a7855
community: Add support for SAP HANA Vector hnsw index creation (#27884)
**Issue:** Added support for creating indexes in the SAP HANA Vector
engine.
 
**Changes**: 
1. Introduced a new function `create_hnsw_index` in `hanavector.py` that
enables the creation of indexes for SAP HANA Vector.
2. Added integration tests for the index creation function to ensure
functionality.
3. Updated the documentation to reflect the new index creation feature,
including examples and output from the notebook.
4. Fix the operator issue in ` _process_filter_object` function and
change the array argument to a placeholder in the similarity search SQL
statement.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-12-05 23:29:08 +00:00
..
examples community: add AzureOpenAIWhisperParser (#27796) 2024-10-31 12:37:41 -04:00
integration_tests community: Add support for SAP HANA Vector hnsw index creation (#27884) 2024-12-05 23:29:08 +00:00
unit_tests community: BM25Retriever preservation of document id (#27019) 2024-12-04 00:36:00 +00:00
__init__.py
data.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00