Skip to content

Document new SQL Server vector and full-text search features#5258

Merged
roji merged 3 commits intodotnet:preview-2from
roji:SqlServerStuff
Feb 7, 2026
Merged

Document new SQL Server vector and full-text search features#5258
roji merged 3 commits intodotnet:preview-2from
roji:SqlServerStuff

Conversation

@roji
Copy link
Member

@roji roji commented Feb 5, 2026

@roji roji requested a review from a team February 5, 2026 08:31
Copy link
Member

@AndriySvyryd AndriySvyryd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add full-text-search.md to ToC

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds EF Core 11 documentation covering new SQL Server capabilities around approximate vector search (VECTOR_SEARCH + vector indexes) and full-text search table-valued functions, along with supporting provider docs and cross-links.

Changes:

  • Document SQL Server VECTOR_SEARCH()/vector indexes and full-text search TVFs in EF Core 11 “What’s New”.
  • Expand SQL Server vector search provider docs with approximate search, vector indexes, and a hybrid search example.
  • Add a new SQL Server full-text search provider documentation page and link it from the SQL Server functions mapping page.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 10 comments.

File Description
entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md Adds EF Core 11 release notes content for SQL Server vector search and full-text search TVFs.
entity-framework/core/providers/sql-server/vector-search.md Extends vector search docs to include approximate search/indexing and hybrid search guidance.
entity-framework/core/providers/sql-server/functions.md Adds a “See also” cross-link to the new SQL Server full-text search documentation page.
entity-framework/core/providers/sql-server/full-text-search.md Introduces a new SQL Server full-text search documentation page (predicates + TVFs).

@roji roji merged commit 453bf75 into dotnet:preview-2 Feb 7, 2026
2 checks passed
@roji roji deleted the SqlServerStuff branch February 7, 2026 08:09
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.

2 participants

Comments