From 75c3dd2d97e13469fe5a70b3052cdb258c1cd772 Mon Sep 17 00:00:00 2001 From: Christian-kam Date: Tue, 25 Jul 2023 19:43:02 +0200 Subject: [PATCH] Update 2_kb_to_vectordb_opensearch.ipynb The default CloudFormation stack name is actually llm-apps-blog-rag . Struggle to figure this out for about 2 hours. So making the changes to make it easier for others --- .../2_kb_to_vectordb_opensearch.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blogs/opensearch-data-ingestion/2_kb_to_vectordb_opensearch.ipynb b/blogs/opensearch-data-ingestion/2_kb_to_vectordb_opensearch.ipynb index d2616e5..a2145c0 100644 --- a/blogs/opensearch-data-ingestion/2_kb_to_vectordb_opensearch.ipynb +++ b/blogs/opensearch-data-ingestion/2_kb_to_vectordb_opensearch.ipynb @@ -264,7 +264,7 @@ "outputs": [], "source": [ "# if used a different name while creating the cloud formation stack then change this to match the name you used\n", - "CFN_STACK_NAME = \"rag22\"" + "CFN_STACK_NAME = \"llm-apps-blog-rag\"" ] }, { @@ -4791,7 +4791,7 @@ "id": "087307b9-ab77-4956-9308-7856b515583e", "metadata": {}, "source": [ - "## Step 4: Do a similarity search for for user input to documents (embeddings) in OpenSearch" + "## Step 4: Do a similarity search for user input to documents (embeddings) in OpenSearch" ] }, {