Skip to content

Commit c62f3e5

Browse files
Merge pull request #78 from phanthaiduong22/patch-1
Update search-get-started-rag.md
2 parents 54f4824 + adaadb4 commit c62f3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-get-started-rag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ This section uses Visual Studio Code and Python to call the chat completion APIs
212212
! pip install azure-search-documents==11.6.0b5 --quiet
213213
! pip install azure-identity==1.16.1 --quiet
214214
! pip install openai --quiet
215-
! pip intall aiohttp --quiet
216-
! pip intall ipykernel --quiet
215+
! pip install aiohttp --quiet
216+
! pip install ipykernel --quiet
217217
```
218218

219219
1. Set the following variables, substituting placeholders with the endpoints you collected in the previous step.

0 commit comments

Comments
 (0)