Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions solutions/search/serverless-elasticsearch-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,24 @@ Use your {{ecloud}} account to create a fully-managed {{es}} project:
6. Once the project is ready, select **Continue**.

::::{tip}

**The General Purpose (GP) profile is recommended when your use case is based on:**

- full text search
- sparse vector-based semantic search (such as ELSER)
- dense vectors compressed using BBQ (enabled by default)
- sparse vectors

**The Vector Optimized (VO) profile is recommended when your use case is based on:**

- uncompressed dense vectors with high dimensionality

Learn how billing works for your project in [Elasticsearch billing dimensions](../../deploy-manage/cloud-organization/billing/elasticsearch-billing-dimensions.md).

::::


Now your project is ready to start creating indices, adding data, and performing searches. You can choose one of the following options to proceed.


## Option 1: Follow the guided index flow [elasticsearch-follow-guided-index-flow]

Once your project is set up, you’ll be directed to a page where you can create your first index. An index is where documents are stored and organized, making it possible to search and retrieve data.
Expand Down
Loading