Skip to content

Commit 84278df

Browse files
Merge branch 'main' into update_stack_supported_versions
2 parents 5c2a728 + 010bb81 commit 84278df

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

explore-analyze/query-filter/tools/console.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ navigation_title: Console
66
mapped_urls:
77
- https://www.elastic.co/guide/en/kibana/current/console-kibana.html
88
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-api-console.html
9+
- https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html
910
---
1011

1112
# Run API requests with Console [console-kibana]

solutions/search/querying-for-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once you know which [search approaches](search-approaches.md) you need to use, y
2626
These query languages are complementary, not mutually exclusive. You can use different query languages for different parts of your application, based on your specific needs. This flexibility allows you to gradually adopt newer interfaces as your requirements evolve.
2727

2828
::::{note}
29-
You can use the [{{es}} REST APIs](https://www.elastic.co/docs/api/doc/elasticsearch) to search your data using any HTTP client, including the [{{es}} client libraries](site-or-app/clients.md), or directly in [Console](https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html). You can also run searches using [Discover](/explore-analyze/discover.md) in the UI.
29+
You can use the [{{es}} REST APIs](https://www.elastic.co/docs/api/doc/elasticsearch) to search your data using any HTTP client, including the [{{es}} client libraries](site-or-app/clients.md), or directly in [Console](/explore-analyze/query-filter/tools/console.md). You can also run searches using [Discover](/explore-analyze/discover.md) in the UI.
3030
::::
3131

3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You won’t be able to view this API key again. If needed you'll need to generat
8585

8686
The UI provides ready-to-use code examples for ingesting data via the REST API. Choose your preferred tool for making these requests:
8787

88-
* [Console](https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html) in your project’s UI
88+
* [Console](/explore-analyze/query-filter/tools/console.md) in your project’s UI
8989
* Python
9090
* JavaScript
9191
* cURL

solutions/search/vector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's a quick reference overview of vector search field types and queries avail
2929

3030
## Dense vector search
3131

32-
Dense neural embeddings capture semantic meaning by translating content into fixed-length vectors of floating-point bumbers. Similar content maps to nearby points in the vector space, making them ideal for:
32+
Dense neural embeddings capture semantic meaning by translating content into fixed-length vectors of floating-point numbers. Similar content maps to nearby points in the vector space, making them ideal for:
3333
- Finding semantically similar content
3434
- Matching questions with answers
3535
- Image similarity search
@@ -45,4 +45,4 @@ The sparse vector approach uses the ELSER model to expand content with semantica
4545
- Domain-specific search
4646
- Large-scale deployments
4747

48-
[Learn more about sparse vector search with ELSER](vector/sparse-vector.md).
48+
[Learn more about sparse vector search with ELSER](vector/sparse-vector.md).

0 commit comments

Comments
 (0)