langchain/libs/community/langchain_community/query_constructors
yberber-sap 3fb0a55122
Deprecate HanaDB, HanaTranslator and update example notebook to use new implementation (#30896)
- **Description:**  
This PR marks the `HanaDB` vector store (and related utilities) in
`langchain_community` as deprecated using the `@deprecated` annotation.
  - Set `since="0.1.0"` and `removal="1.0"`  
- Added a clear migration path and a link to the SAP-maintained
replacement in the
[`langchain_hana`](https://github.com/SAP/langchain-integration-for-sap-hana-cloud)
package.
Additionally, the example notebook has been updated to use the new
`HanaDB` class from `langchain_hana`, ensuring users follow the
recommended integration moving forward.

- **Issue:** None 

- **Dependencies:**  None

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2025-04-27 16:37:35 -04:00
..
__init__.py
astradb.py
chroma.py
dashvector.py
databricks_vector_search.py langchain_community: updated query constructor for Databricks Vector Search due to LangChainDeprecationWarning: filters was deprecated since langchain-community 0.2.11 and will be removed in 0.3. Please use filter instead. (#27974) 2024-12-03 16:03:53 -08:00
deeplake.py community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
dingo.py
elasticsearch.py
hanavector.py Deprecate HanaDB, HanaTranslator and update example notebook to use new implementation (#30896) 2025-04-27 16:37:35 -04:00
milvus.py
mongodb_atlas.py
myscale.py
neo4j.py
opensearch.py community: refactor opensearch query constructor to use wildcard instead of match in the contain comparator (#26653) 2024-12-16 11:16:34 -05:00
pgvector.py
pinecone.py
qdrant.py
redis.py
supabase.py
tencentvectordb.py
timescalevector.py community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
vectara.py
weaviate.py