Skip to content

[Search] Consolidate vector skill for onboarding agent#261406

Merged
wildemat merged 6 commits intoelastic:mainfrom
wildemat:feat/consolidate-agent-builder-skills
Apr 9, 2026
Merged

[Search] Consolidate vector skill for onboarding agent#261406
wildemat merged 6 commits intoelastic:mainfrom
wildemat:feat/consolidate-agent-builder-skills

Conversation

@wildemat
Copy link
Copy Markdown
Contributor

@wildemat wildemat commented Apr 6, 2026

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.

wildemat added 2 commits April 6, 2026 13:55
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
@wildemat wildemat added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting v9.4.0 labels Apr 6, 2026
@wildemat wildemat marked this pull request as ready for review April 6, 2026 19:27
@wildemat wildemat requested review from a team as code owners April 6, 2026 19:27
@wildemat wildemat added backport:version Backport to applied version labels and removed backport:skip This PR does not require backporting labels Apr 8, 2026
@wildemat wildemat enabled auto-merge (squash) April 9, 2026 13:40
@wildemat wildemat merged commit 2731017 into elastic:main Apr 9, 2026
17 checks passed
@kibanamachine kibanamachine added backport:skip This PR does not require backporting and removed backport:version Backport to applied version labels labels Apr 9, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
searchGettingStarted 294 292 -2

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/search-agent 45 35 -10
Unknown metric groups

API count

id before after diff
@kbn/search-agent 45 35 -10

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants