Skip to content

Commit

Permalink
Add model selection note (dotnet#44622)
Browse files Browse the repository at this point in the history
* Add model selection guidance


Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
alexwolfmsft and gewarren authored Jan 30, 2025
1 parent 160b115 commit c44b3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ai/quickstarts/quickstart-ai-chat-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ Complete the following steps to create a .NET console app that can accomplish th
dotnet user-secrets set ModelName <your-openai-model-name>
```
> [!NOTE]
> For the `ModelName` value, you need to specify an OpenAI text embedding model such as `text-embedding-3-small` or `text-embedding-3-large` to generate embeddings for vector search in the sections that follow.
:::zone-end
## Add the app code
Expand Down

0 comments on commit c44b3bf

Please sign in to comment.