Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwolfmsft committed Dec 11, 2024
1 parent 0af5d8a commit b934e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ai/quickstarts/quickstart-ai-chat-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/ai/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b934e54

Please sign in to comment.