langchain/docs/docs/integrations
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
..
adapters docs[patch]: Make Docusaurus and Vercel add trailing slashes when navigating by default (#20014) 2024-04-04 12:49:15 -07:00
caches [docs]: update Redis (langchain-redis) documentation notebooks (vectorstore, llm caching, chat message history) (#25113) 2024-08-22 11:53:02 -04:00
callbacks multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
chat docs: more api ref links, add linting step to prevent more (#28495) 2024-12-04 04:19:42 +00:00
chat_loaders multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
document_loaders docs: more api ref links, add linting step to prevent more (#28495) 2024-12-04 04:19:42 +00:00
document_transformers community: add InfinityRerank (#27043) 2024-11-06 17:26:30 -08:00
graphs community[patch]: Neo4j community deprecation (#28130) 2024-11-25 10:34:22 -08:00
llms docs: more api ref links, add linting step to prevent more (#28495) 2024-12-04 04:19:42 +00:00
memory community[patch]: Neo4j community deprecation (#28130) 2024-11-25 10:34:22 -08:00
providers docs: add Aerospike to providers list (#28066) 2024-12-05 17:29:00 +00:00
retrievers docs: more api ref links, add linting step to prevent more (#28495) 2024-12-04 04:19:42 +00:00
stores concepts: update llm stub page and re-link (#27567) 2024-10-22 23:03:36 -04:00
text_embedding docs: more api ref links, add linting step to prevent more (#28495) 2024-12-04 04:19:42 +00:00
tools docs: Update langchain docs to new Databricks package (#28274) 2024-11-21 20:03:28 -08:00
vectorstores community: Add support for SAP HANA Vector hnsw index creation (#27884) 2024-12-05 23:29:08 +00:00
llm_caching.ipynb community: Memcached LLM Cache Integration (#27323) 2024-11-07 03:07:59 +00:00