[Search] Consolidate vector skill for onboarding agent#261406
Merged
wildemat merged 6 commits intoelastic:mainfrom Apr 9, 2026
Merged
[Search] Consolidate vector skill for onboarding agent#261406wildemat merged 6 commits intoelastic:mainfrom
wildemat merged 6 commits intoelastic:mainfrom
Conversation
Replace three separate skills (semantic-search, hybrid-search, vector-database) with a single vector-hybrid-search skill. Mirrors the consolidation done in the agent-skills-sandbox repo. The new skill uses SENSE syntax for all API examples (consistent with Kibana Dev Tools), covers semantic_text + dense_vector paths, hybrid RRF, reranking, and production optimization. Made-with: Cursor
TattdCodeMonkey
approved these changes
Apr 7, 2026
joemcelroy
approved these changes
Apr 8, 2026
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
History
|
wildemat
added a commit
that referenced
this pull request
Apr 9, 2026
## Summary Having merged these changes: [[Search] add use-case-library skill to onboarding agent](#261403 (comment)) [[Search] onboarding agent page context awareness](#261404 (comment)) [[Search] Onboarding agent api snippet context](#261405 (comment)) [[Search] Consolidate vector skill for onboarding agent](#261406 (comment)) This PR adds a couple cleanup items: - Prioritize Jina as the default EIS model - Replace references to keyword/semantic/hybrid search with reference to the consolidated vector-hybrid-search skill
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.
Note
This change has some language referencing changes from [Search] onboarding agent page context awareness and [Search] Onboarding agent api snippet context so merge it after those
Summary
The public onboarding skill is getting an update to consolidate vector solutions: Consolidate search onboarding vector reference
That same consolidation should happen for the agent builder chat experience. The goal here is to catch more users seeking any vector db related solutions. We also make sure to prioritize usage of EIS and Jina.
We also make sure to call out the agent builder's limitation in write access to the cluster and prioritize suggesting runnable API snippets over client specific code.
Updated agent skill whitelist.