Skip to content

Commit 18e96fe

Browse files
committed
Adding LlamaIndex RAG Chatbot Sample
1 parent e6c6895 commit 18e96fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/CosmosDB-NoSQL-Integrations/LlamaIndex-CosmosDBNoSql-RAG-Chatbot-Sample.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"\n",
197197
"storage_context = StorageContext.from_defaults(vector_store=store)\n",
198198
"\n",
199+
"#index the data\n",
199200
"index = VectorStoreIndex.from_documents(\n",
200201
" documents, storage_context=storage_context\n",
201202
")"

0 commit comments

Comments
 (0)