Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 9 additions & 6 deletions solutions/search/rag/playground-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/playground-context.html
applies_to:
stack:
serverless:
stack: preview 9.0, beta 9.1
serverless: beta
products:
- id: kibana
---

# Optimize model context [playground-context]

::::{warning}
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
::::{warning}
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
::::


Expand All @@ -20,13 +20,16 @@ Context is the information you provide to the LLM, to optimize the relevance of
There are a few ways to optimize this context for better results. Some adjustments can be made directly in the Playground UI. Others require refining your indexing strategy, and potentially reindexing your data.

::::{note}
Currently you can only select **one field** to be provided as context to the LLM.
{applies_to}`stack: preview 9.0` Currently you can only select **one field** to be provided as context to the LLM.

::::



## Edit context in UI [playground-context-ui]
## Edit context in UI [playground-context-ui]
```{applies_to}
stack: preview 9.0.0
```

Use the **Edit context** button in the Playground UI to adjust the number of documents and fields sent to the LLM.

Expand Down
6 changes: 3 additions & 3 deletions solutions/search/rag/playground-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/playground-query.html
applies_to:
stack:
serverless:
stack: preview 9.0, beta 9.1
serverless: beta
products:
- id: kibana
---

# View and modify queries [playground-query]

::::{warning}
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
::::


Expand Down
6 changes: 3 additions & 3 deletions solutions/search/rag/playground-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ navigation_title: Troubleshooting
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/playground-troubleshooting.html
applies_to:
stack:
serverless:
stack: preview 9.0, beta 9.1
serverless: beta
products:
- id: kibana
---

# Troubleshooting RAG Playground [playground-troubleshooting]

::::{warning}
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
::::


Expand Down
3 changes: 1 addition & 2 deletions solutions/search/rag/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ To use Playground, you’ll need the following:

* **Google**

* Google Gemini 1.5 Pro
* Google Gemini 1.5 Flash
* Google Gemini 2.5 Pro

::::{tip}
:name: playground-local-llms
Expand Down
Loading