langchain/docs
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
..
api_reference docs: dynamic copyright year in API ref (#30944) 2025-04-21 14:10:14 +00:00
cassettes infra: add langchain-google-genai to monorepo test deps and update notebook cassettes (#30925) 2025-04-18 11:16:12 -04:00
data
docs Deprecate HanaDB, HanaTranslator and update example notebook to use new implementation (#30896) 2025-04-27 16:37:35 -04:00
scripts docs: Add openGauss vector store documentation (#30742) 2025-04-11 20:31:39 +00:00
src Update Chat and Embedding guides (#31017) 2025-04-27 18:06:59 +00:00
static docs: Update Google Analytics tag in docs (#31001) 2025-04-24 10:19:10 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js
ignore-step.sh infra: run docs build on packages.yml updates (#29796) 2025-02-19 18:45:30 +00:00
Makefile
package.json
README.md
sidebars.js
vercel_overrides.txt infra: support third-party integration packages in API ref build (#31021) 2025-04-25 16:02:27 -04:00
vercel_requirements.txt
vercel.json community: Add deprecation decorator to SingleStore community integrations (#30846) 2025-04-18 12:58:39 -04:00
yarn.lock

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide