Add Azure SQL vector search TypeScript quickstart sample#1479
Draft
diberry wants to merge 1 commit intomicrosoft:masterfrom
Draft
Add Azure SQL vector search TypeScript quickstart sample#1479diberry wants to merge 1 commit intomicrosoft:masterfrom
diberry wants to merge 1 commit intomicrosoft:masterfrom
Conversation
317e362 to
8ce7c4d
Compare
Add a complete TypeScript sample demonstrating vector search with Azure SQL Database: - Azure OpenAI text-embedding-3-small for generating embeddings - VECTOR_DISTANCE for similarity search with DiskANN index - Azure Identity (DefaultAzureCredential) for passwordless auth - Bicep infrastructure for Azure SQL + OpenAI provisioning - CI workflow for build validation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2fca2bc to
76eafd9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azure SQL Vector Search — TypeScript Quickstart Sample
Adds a new TypeScript quickstart sample demonstrating Azure SQL Database's native VECTOR type with Azure OpenAI embeddings.
What's included
tedious+ Azure OpenAI SDKazure.yamlDefaultAzureCredentialKey technical decisions
tediousnative transaction methods (not raw SQL BEGIN/COMMIT) for correctsp_executesqlscope handlingix_{table}_embedding)--env-fileflag supportopenaipackage (not retired@azure/openai) for Azure OpenAI accessTesting
Sample has been verified end-to-end against a live Azure SQL Database with vector search enabled.