From f2dd31b9e81c33941a1ad9ba55eed6b8aa142bc7 Mon Sep 17 00:00:00 2001 From: Martin Kolb Date: Tue, 4 Jun 2024 00:53:43 +0200 Subject: [PATCH] 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` --- docs/docs/integrations/vectorstores/sap_hanavector.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/vectorstores/sap_hanavector.ipynb b/docs/docs/integrations/vectorstores/sap_hanavector.ipynb index e6f7c0da45..1e8dc1b552 100644 --- a/docs/docs/integrations/vectorstores/sap_hanavector.ipynb +++ b/docs/docs/integrations/vectorstores/sap_hanavector.ipynb @@ -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", "Use the following pieces of context to answer the question at the end.\n", "\n", - "```\n", + "'''\n", "{context}\n", - "```\n", + "'''\n", "\n", "Question: {question}\n", "\"\"\"\n",