Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Updates .NET vector search sample to use consistent Azure OpenAI API configuration with the TypeScript implementation.

Changes

  • Azure OpenAI API version: 2024-08-01-preview2023-05-15 in appsettings.json

The following were already aligned:

  • Embedding model: text-embedding-3-small
  • Vector field name: DescriptionVector
  • Data file: Hotels_Vector.json
Original prompt

This section details on the original issue you should resolve

<issue_title>Update vector-search-dotnet application</issue_title>
<issue_description>Update the vector-search-dotnet-application to make the following details of the vector-search-typescript application. Don't change anything else. This will require changes to several file across the .NET samples. You need to find all the files and change them appropriately.

  1. The embedded column name should be DescriptionVector
  2. The embedding model should be text-embedding-3-small with api version 2023-05-15
  3. The data file with the embeddings is Hotels_Vector.json</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: diberry <41597107+diberry@users.noreply.github.com>
Copilot AI changed the title [WIP] Update vector-search-dotnet application to match typescript version Align vector-search-dotnet with TypeScript implementation Feb 4, 2026
Copilot AI requested a review from diberry February 4, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update vector-search-dotnet application

2 participants