Skip to content

Commit e318b99

Browse files
authored
Update index name (#53)
1 parent 2a53150 commit e318b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/generative-ai/chatbot.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
" es_cloud_id=ELASTIC_CLOUD_ID, \n",
194194
" es_user=ELASTIC_USERNAME, \n",
195195
" es_password=ELASTIC_PASSWORD,\n",
196-
" index_name=\"workplace_index\",\n",
196+
" index_name=\"workplace-docs\",\n",
197197
" embedding=embeddings\n",
198198
")"
199199
]
@@ -334,7 +334,7 @@
334334
}
335335
],
336336
"source": [
337-
"vector_store.client.indices.delete(index='workplace_index')\n",
337+
"vector_store.client.indices.delete(index='workplace-docs')\n",
338338
"vector_store.client.indices.delete(index='workplace-docs-chat-history')"
339339
]
340340
}

0 commit comments

Comments
 (0)