docs: typo (#814)
* Update rag_azuresearch.ipynb Signed-off-by: Farzad Sunavala <40604067+farzad528@users.noreply.github.com> * typo Signed-off-by: Farzad Sunavala <40604067+farzad528@users.noreply.github.com> --------- Signed-off-by: Farzad Sunavala <40604067+farzad528@users.noreply.github.com>
This commit is contained in:
parent
b885b2fa3c
commit
8a4ec77576
@ -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",
|
||||||
"We’ll define a vector index in Azure AI Search, then embed each chunk using Azure OpenAI and upload in batches."
|
"We’ll define a vector index in Azure AI Search, then embed each chunk using Azure OpenAI and upload in batches."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -498,7 +498,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### Part 4: Perform RAG I\n",
|
"### Part 4: Perform RAG over PDF\n",
|
||||||
"Combine retrieval from Azure AI Search with Azure OpenAI Chat Completions (aka. grounding your LLM)"
|
"Combine retrieval from Azure AI Search with Azure OpenAI Chat Completions (aka. grounding your LLM)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user