From 176319660eae79aefa74c1d64867e7201fc1fe4d Mon Sep 17 00:00:00 2001 From: sunilemanjee <111713823+sunilemanjee@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:15:52 -0500 Subject: [PATCH] endpoint name - duplicate (#448) --- ...Elastic_Vector_Database_and_LLMs_for_Intelligent_Query.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supporting-blog-content/unifying-elastic-vector-database-and-llms-for-intelligent-query/Unifying_Elastic_Vector_Database_and_LLMs_for_Intelligent_Query.ipynb b/supporting-blog-content/unifying-elastic-vector-database-and-llms-for-intelligent-query/Unifying_Elastic_Vector_Database_and_LLMs_for_Intelligent_Query.ipynb index aa145329..e9bd6ddc 100644 --- a/supporting-blog-content/unifying-elastic-vector-database-and-llms-for-intelligent-query/Unifying_Elastic_Vector_Database_and_LLMs_for_Intelligent_Query.ipynb +++ b/supporting-blog-content/unifying-elastic-vector-database-and-llms-for-intelligent-query/Unifying_Elastic_Vector_Database_and_LLMs_for_Intelligent_Query.ipynb @@ -234,7 +234,7 @@ "# JSON dataset URL\n", "DATASET_URL = \"https://ela.st/hotels-dataset\"\n", "\n", - "ELSER_ENDPOINT_NAME = \"my-e5-endpoint\"\n", + "ELSER_ENDPOINT_NAME = \"my-elser-endpoint\"\n", "E5_ENDPOINT_NAME = \"my-e5-endpoint\"\n", "\n", "\n",