Skip to content

Add use-case guidance for semantic-embeddings RAG strategy#24585

Merged
dvdksn merged 1 commit intodocker:mainfrom
lacatoire:fix/issue-24571-semantic-embeddings-guidance
Mar 31, 2026
Merged

Add use-case guidance for semantic-embeddings RAG strategy#24585
dvdksn merged 1 commit intodocker:mainfrom
lacatoire:fix/issue-24571-semantic-embeddings-guidance

Conversation

@lacatoire
Copy link
Copy Markdown
Contributor

Description

The semantic-embeddings RAG strategy description is missing a "Best for..." statement, unlike the chunked-embeddings and BM25 strategies. This makes it harder for readers to compare strategies and choose the right one.

Added: "Best for complex documents where context and relationships between concepts matter."

Fixes #24571

Add a "Best for..." statement to the semantic-embeddings description,
matching the pattern used by chunked-embeddings and BM25, so readers
can compare strategies at a glance.

Fixes docker#24571
@lacatoire lacatoire requested a review from dvdksn as a code owner March 31, 2026 09:09
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 31, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 5990d92
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69cb8f2fab95f80008b1a78e
😎 Deploy Preview https://deploy-preview-24585--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dvdksn dvdksn merged commit e405d50 into docker:main Mar 31, 2026
14 checks passed
@lacatoire lacatoire deleted the fix/issue-24571-semantic-embeddings-guidance branch March 31, 2026 10:25
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.

[docs-scanner] Incomplete sentence in RAG semantic-embeddings description

2 participants