Update rag_azuresearch.ipynb

Signed-off-by: Farzad Sunavala <40604067+farzad528@users.noreply.github.com>
This commit is contained in:
Farzad Sunavala 2025-01-27 03:36:36 -06:00 committed by GitHub
parent b885b2fa3c
commit f70758bc4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,7 +277,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Part 3: Create Azure Search Index and Push Chunk Embeddings\n", "### Part 3: Create Azure AI Search Index and Push Chunk Embeddings\n",
"Well define a vector index in Azure AI Search, then embed each chunk using Azure OpenAI and upload in batches." "Well define a vector index in Azure AI Search, then embed each chunk using Azure OpenAI and upload in batches."
] ]
}, },