Skip to content

Update playground from tech preview to beta for 9.1 #2242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025
Merged
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
8 changes: 2 additions & 6 deletions solutions/search/rag/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@ mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-playground.html
- https://www.elastic.co/guide/en/kibana/current/playground.html
applies_to:
stack:
serverless:
stack: preview 9.0, beta 9.1
serverless: beta
products:
- id: cloud-serverless
- id: kibana
---

# Playground [playground]

::::{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.
::::

Use Playground to combine your Elasticsearch data with the power of large language models (LLMs) for retrieval augmented generation (RAG). The chat interface translates your natural language questions into {{es}} queries, retrieves the most relevant results from your {{es}} documents, and passes those documents to the LLM to generate tailored responses.

Once you start chatting, use the UI to view and modify the Elasticsearch queries that search your data. You can also view the underlying Python code that powers the chat interface, and download this code to integrate into your own application.
Expand Down
Loading