Skip to content

Commit ffcbcf3

Browse files
committed
Adds recommendation about choosing project profile.
1 parent 88a57ff commit ffcbcf3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

solutions/search/serverless-elasticsearch-get-started.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,24 @@ Use your {{ecloud}} account to create a fully-managed {{es}} project:
5555
6. Once the project is ready, select **Continue**.
5656

5757
::::{tip}
58+
59+
**The General Purpose (GP) profile is recommended when your use case is based on:**
60+
61+
- full text search
62+
- sparse vector-based semantic search (such as ELSER)
63+
- dense vectors compressed using BBQ (enabled by default)
64+
- sparse vectors
65+
66+
**The Vector Optimized (VO) profile is recommended when your use case is based on:**
67+
68+
- uncompressed dense vectors with high dimensionality
69+
5870
Learn how billing works for your project in [Elasticsearch billing dimensions](../../deploy-manage/cloud-organization/billing/elasticsearch-billing-dimensions.md).
5971

6072
::::
6173

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

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

6878
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.

0 commit comments

Comments
 (0)