Docs: Fix SAP HANA Cloud docs - remove pip output, update vectorstore link, rename provider (#31077)

This PR includes the following documentation fixes for the SAP HANA
Cloud vector store integration:
- Removed stale output from the `%pip install` code cell.
- Replaced an unrelated vectorstore documentation link on the provider
overview page.
- Renamed the provider from "SAP HANA" to "SAP HANA Cloud"
This commit is contained in:
yberber-sap 2025-04-30 14:57:40 +02:00 committed by GitHub
parent 0b8e9868e6
commit 952a0b7b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 15 deletions

View File

@ -15,7 +15,7 @@ pip install langchain-hana
## Vectorstore ## Vectorstore
>[SAP HANA Cloud Vector Engine](https://www.sap.com/events/teched/news-guide/ai.html#article8) is >[SAP HANA Cloud Vector Engine](https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-vector-engine-guide/sap-hana-cloud-sap-hana-database-vector-engine-guide) is
> a vector store fully integrated into the `SAP HANA Cloud` database. > a vector store fully integrated into the `SAP HANA Cloud` database.
See a [usage example](/docs/integrations/vectorstores/sap_hanavector). See a [usage example](/docs/integrations/vectorstores/sap_hanavector).

View File

@ -20,19 +20,11 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": null,
"metadata": { "metadata": {
"tags": [] "tags": []
}, },
"outputs": [ "outputs": [],
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [ "source": [
"%pip install -qU langchain-hana" "%pip install -qU langchain-hana"
] ]
@ -1425,9 +1417,9 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "lc3", "display_name": "dev311",
"language": "python", "language": "python",
"name": "your_env_name" "name": "dev311"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
@ -1439,7 +1431,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.16" "version": "3.11.9"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -646,7 +646,7 @@ packages:
- name: langchain-hana - name: langchain-hana
path: . path: .
repo: SAP/langchain-integration-for-sap-hana-cloud repo: SAP/langchain-integration-for-sap-hana-cloud
name_title: SAP HANA name_title: SAP HANA Cloud
provider_page: sap provider_page: sap
downloads: 315 downloads: 315
downloads_updated_at: '2025-04-27T19:45:43.938924+00:00' downloads_updated_at: '2025-04-27T19:45:43.938924+00:00'