We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f4824 + adaadb4 commit c62f3e5Copy full SHA for c62f3e5
articles/search/search-get-started-rag.md
@@ -212,8 +212,8 @@ This section uses Visual Studio Code and Python to call the chat completion APIs
212
! pip install azure-search-documents==11.6.0b5 --quiet
213
! pip install azure-identity==1.16.1 --quiet
214
! pip install openai --quiet
215
- ! pip intall aiohttp --quiet
216
- ! pip intall ipykernel --quiet
+ ! pip install aiohttp --quiet
+ ! pip install ipykernel --quiet
217
```
218
219
1. Set the following variables, substituting placeholders with the endpoints you collected in the previous step.
0 commit comments