Add SQL semantic search schema foundations - #5802
Open
Brendan Kowitz (brendankowitz) wants to merge 3 commits into
Open
Add SQL semantic search schema foundations#5802Brendan Kowitz (brendankowitz) wants to merge 3 commits into
Brendan Kowitz (brendankowitz) wants to merge 3 commits into
Conversation
Brendan Kowitz (brendankowitz)
requested a review
from a team
as a code owner
September 11, 2026 01:19
Brendan Kowitz (brendankowitz)
changed the base branch from
feature/sql-semantic-search
to
main
September 11, 2026 01:19
8 tasks
Brendan Kowitz (brendankowitz)
added this pull request to stack #5804
September 11, 2026 01:22
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Anna Gornyitzki <t-annag@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Brendan Kowitz (brendankowitz)
force-pushed
the
feature/sql-semantic-search-stack/layer-1-foundations
branch
from
September 11, 2026 01:33
5744f6d to
4a3b2c9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5802 +/- ##
==========================================
+ Coverage 78.29% 78.87% +0.58%
==========================================
Files 1016 1017 +1
Lines 36911 36912 +1
Branches 5617 5616 -1
==========================================
+ Hits 28898 29114 +216
+ Misses 6635 6410 -225
- Partials 1378 1388 +10 🚀 New features to boost your workflow:
|
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.
Description
Layer 1 of the SQL semantic-search stack; targets
main.vector(1536)storage, vector TVP, atomic merge/reindex/delete support, and dormant source-refresh procedures.VectorColumndescriptor; no local-preview packages or machine-specific feeds.The next PR adds the direct-text SearchParameter/Foundry MVP. Binary/PDF, evidence, chaining, and the Patient operation remain in the unpublished third layer.
Substantial extracted code retains original author Anna Gornyitzki; compatibility adaptations are separate commits. Source implementation: #5780. Architecture:
docs/arch/adr-2608-sql-semantic-search.md.Related issues
Extracted from #5780; this PR does not close a separate issue.
Testing
FHIR Team Checklist
Semver Change (docs)
Breaking — applying the new native-vector schema requires SQL Server 2025 or a supported Azure SQL platform; legacy application procedure callers remain compatible.