Skip to content

Commit c44b3bf

Browse files
Add model selection note (#44622)
* Add model selection guidance Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 160b115 commit c44b3bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/ai/quickstarts/quickstart-ai-chat-with-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ Complete the following steps to create a .NET console app that can accomplish th
136136
dotnet user-secrets set ModelName <your-openai-model-name>
137137
```
138138
139+
> [!NOTE]
140+
> 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.
141+
139142
:::zone-end
140143
141144
## Add the app code

0 commit comments

Comments
 (0)