Skip to content
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