Clarify Vector Database project guidance - #8092
Conversation
Distinguish the dedicated project type from Elasticsearch profiles and surface it where users select projects or route cross-project searches. Co-authored-by: Cursor <cursoragent@cursor.com>
Questions to confirm@alexmarhaba @dustincoates Before finalizing the content, could you please confirm the following?
|
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
Use the API values readers need when filtering or routing by the predefined project type tag. Co-authored-by: Cursor <cursoragent@cursor.com>
Separate Elasticsearch profiles from the Vector Database index mode so readers can select the correct configuration for their project type. Co-authored-by: Cursor <cursoragent@cursor.com>
Surface the separate project type and its automatic vector index mode where readers first learn about vector search. Co-authored-by: Cursor <cursoragent@cursor.com>
Recommend the Vector Database project for embedding-driven Serverless workloads without duplicating lower-level configuration details. Co-authored-by: Cursor <cursoragent@cursor.com>
Agent builder is available on all project types, so not sure why we're recommending to use ES for it here, I would remove that mention. |
Thanks Alex, I left a comment on that PR mentioning this. |
That would be a good way to put it. We'll probably want to eventually change it so that more and more of the mixed workloads move over to VDB, but for now, I think this is good. |
leemthompo
left a comment
There was a problem hiding this comment.
We're now distributing decision guidance across get-started.md, vector.md, dense-vector.md.
Think about presenting this together on one neutral comparison page or in one expanded "Choose your deployment type" section in get-started.md. The vector overview and dense-vector pages could then link to that guidance instead of duplicating partial recommendations.
The page needs to compare:
- Elasticsearch with general_purpose
- Elasticsearch with vector
- Elasticsearch VDB
A comparison table might be clearer than tabs because users need to evaluate all three choices together.
There was a problem hiding this comment.
My main concern is that the Search get-started page now includes way too much detail about choosing and configuring a project. I'd keep only the concise project-type comparison and creation paths here; move the detailed guidance to the relevant deploy-manage content in #7961.
I agree that this section has grown too long. I applied your suggestions and left a comment on @yetanothertw’s PR requesting clarification about the distinction between the Elasticsearch vector profile and the Vector Database project type, with a link to the detailed profile guidance. The failing links depend on #7961, which introduces the target section and anchor. I’ll update this branch from main after #7961 merges and the link validation should then pass. |
Summary
This draft follows the project positioning introduced in #7961. Open product questions are listed in a separate PR comment.