diff --git a/docs/ai/quickstarts/quickstart-ai-chat-with-data.md b/docs/ai/quickstarts/quickstart-ai-chat-with-data.md index dcd30bd8e1a7d..b4a512042fee4 100644 --- a/docs/ai/quickstarts/quickstart-ai-chat-with-data.md +++ b/docs/ai/quickstarts/quickstart-ai-chat-with-data.md @@ -10,7 +10,7 @@ zone_pivot_groups: openai-library # CustomerIntent: As a .NET developer new to AI, I want deploy and use sample code to interact to learn from the sample code. --- -# Build a .NET AI app to integrate with vector stores +# Build a .NET AI app to work with embeddings and vector stores In this quickstart, you create a .NET console app that integrates with AI embedding models and vector stores. You learn how to generate embeddings for user prompts and use those embeddings to query a vector data store. The app uses the [Microsoft.Extensions.AI](https://www.nuget.org/packages/Microsoft.Extensions.AI) and [Microsoft.Extensions.VectorData.Abstractions](https://www.nuget.org/packages/Microsoft.Extensions.VectorData.Abstractions) libraries so you can write code using AI abstractions rather than a specific SDK. AI abstractions help create loosely coupled code that allows you to change the underlying AI model with minimal app changes. diff --git a/docs/ai/toc.yml b/docs/ai/toc.yml index e212d2d65dfc2..5944d9f816dec 100644 --- a/docs/ai/toc.yml +++ b/docs/ai/toc.yml @@ -19,7 +19,7 @@ items: href: quickstarts/quickstart-openai-summarize-text.md - name: Build a chat app href: quickstarts/get-started-openai.md - - name: Create an app to chat about your data + - name: Work with embeddings and vector stores href: quickstarts/quickstart-ai-chat-with-data.md - name: Execute a local .NET function href: quickstarts/quickstart-azure-openai-tool.md