Skip to content

Commit

Permalink
docs: typo (#814)
Browse files Browse the repository at this point in the history
* Update rag_azuresearch.ipynb

Signed-off-by: Farzad Sunavala <[email protected]>

* typo

Signed-off-by: Farzad Sunavala <[email protected]>

---------

Signed-off-by: Farzad Sunavala <[email protected]>
  • Loading branch information
farzad528 authored Jan 27, 2025
1 parent b885b2f commit 8a4ec77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/rag_azuresearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"cell_type": "markdown",
"metadata": {},
"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."
]
},
Expand Down Expand Up @@ -498,7 +498,7 @@
"cell_type": "markdown",
"metadata": {},
"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)"
]
},
Expand Down

0 comments on commit 8a4ec77

Please sign in to comment.