langchain/libs/community/langchain_community
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
..
adapters
agent_toolkits community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
agents community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
callbacks community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899) 2025-04-21 10:59:47 -04:00
chains community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
chat_loaders community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
chat_message_histories community: Add deprecation decorator to SingleStore community integrations (#30846) 2025-04-18 12:58:39 -04:00
chat_models community: support usage_metadata for litellm streaming calls (#30683) 2025-04-18 12:50:32 -04:00
cross_encoders
docstore
document_compressors Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) 2025-02-20 12:38:31 -05:00
document_loaders [docs/community]: langchain docs + browserbaseloader fix (#30973) 2025-04-24 13:38:49 -04:00
document_transformers
embeddings langchain_community: OpenAIEmbeddings not respecting chunk_size argument (#30946) 2025-04-21 08:39:07 -04:00
example_selectors community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
graph_vectorstores community: deprecate graph vector store (#30328) 2025-03-25 13:52:54 +00:00
graphs community: Add edge properties to the gremlin graph schema (#30449) 2025-03-24 19:03:01 -04:00
indexes community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
llms community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
memory community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
output_parsers community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
query_constructors Deprecate HanaDB, HanaTranslator and update example notebook to use new implementation (#30896) 2025-04-27 16:37:35 -04:00
retrievers Community: Add Managed Identity support for Azure AI Search (#30730) 2025-04-10 22:22:58 -04:00
storage community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
tools community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
utilities community: redis tool typos fix (#30811) 2025-04-14 09:01:36 -04:00
utils community: Add ruff rule PGH003 (#30812) 2025-04-14 02:32:13 +00:00
vectorstores Deprecate HanaDB, HanaTranslator and update example notebook to use new implementation (#30896) 2025-04-27 16:37:35 -04:00
__init__.py
cache.py community: Add deprecation decorator to SingleStore community integrations (#30846) 2025-04-18 12:58:39 -04:00
py.typed