Skip to content

Commit b251170

Browse files
authored
Adding Vector Database docs URL stub (#7601)
Adds a temporary, hidden stub for the getting started page so that it can be linked from Kibana. The page will be updated with the corresponding docs content as outlined in elastic/docs-content-internal#1413 ## Changes * adds a new sub-directory: `solutions/vector-database` * adds new pages: `solutions/vector-database/get-started.md` and `solutions/vector-database.md` (the parent overview page). Both pages include only front matter and titles * updates `solutions/toc.yml` with the hidden entries ## Related links * elastic/kibana#281146 * elastic/search-team#15523
1 parent 1742aff commit b251170

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

solutions/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ toc:
8686
- file: elasticsearch-solution-project/search-applications/search-application-api.md
8787
- file: elasticsearch-solution-project/search-applications/search-application-security.md
8888
- file: elasticsearch-solution-project/search-applications/search-application-client.md
89+
- hidden: vector-database.md
90+
children:
91+
- hidden: vector-database/get-started.md
8992
- file: observability.md
9093
children:
9194
- file: observability/get-started.md

solutions/vector-database.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
navigation_title: Vector Database project
3+
applies_to:
4+
serverless: ga
5+
description: >-
6+
The Elasticsearch Vector Database project type on Elastic Cloud Serverless is
7+
optimized for vector workloads, with vector-tuned defaults, hardware profile,
8+
inference access, and pricing. It supports semantic and hybrid search.
9+
products:
10+
- id: elasticsearch
11+
- id: cloud-serverless
12+
---
13+
14+
<!-- Temporary hidden stub. This page will be updated with the full Vector Database project documentation.
15+
See https://github.com/elastic/docs-content-internal/issues/1413. -->
16+
17+
# The {{es}} Vector Database project overview
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
navigation_title: Get started
3+
description: >-
4+
Create an Elasticsearch Vector Database project on Elastic Cloud Serverless,
5+
ingest embeddings, and run your first vector or semantic searches.
6+
applies_to:
7+
serverless: ga
8+
products:
9+
- id: elasticsearch
10+
- id: cloud-serverless
11+
---
12+
13+
<!-- Temporary hidden stub. This page will be updated with the full get started guide.
14+
See https://github.com/elastic/docs-content-internal/issues/1413. -->
15+
16+
# Get started with the {{es}} Vector Database project type

0 commit comments

Comments
 (0)