docs: Fix doc issue for HANA Cloud Vector Engine (#22260)

- **Description:**
This PR fixes a rendering issue in the docs (Python notebook) of HANA
Cloud Vector Engine.

  - **Issue:** N/A
  - **Dependencies:** no new dependencies added

File of the fixed notebook:
`docs/docs/integrations/vectorstores/hanavector.ipynb`
This commit is contained in:
Martin Kolb 2024-06-04 00:53:43 +02:00 committed by GitHub
parent ef3df45d9d
commit f2dd31b9e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -584,9 +584,9 @@
"You are an expert in state of the union topics. You are provided multiple context items that are related to the prompt you have to answer.\n", "You are an expert in state of the union topics. You are provided multiple context items that are related to the prompt you have to answer.\n",
"Use the following pieces of context to answer the question at the end.\n", "Use the following pieces of context to answer the question at the end.\n",
"\n", "\n",
"```\n", "'''\n",
"{context}\n", "{context}\n",
"```\n", "'''\n",
"\n", "\n",
"Question: {question}\n", "Question: {question}\n",
"\"\"\"\n", "\"\"\"\n",