Skip to content

Commit c5c4aeb

Browse files
authored
Update playground.md (#2242)
Updated Playground doc with applies_to tags and removed the on-page warning in lieu of the badges that accompany the tags.
1 parent c7d2e6f commit c5c4aeb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

solutions/search/rag/playground.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-playground.html
44
- https://www.elastic.co/guide/en/kibana/current/playground.html
55
applies_to:
6-
stack:
7-
serverless:
6+
stack: preview 9.0, beta 9.1
7+
serverless: beta
88
products:
99
- id: cloud-serverless
1010
- id: kibana
1111
---
1212

1313
# Playground [playground]
1414

15-
::::{warning}
16-
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.
17-
::::
18-
1915
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.
2016

2117
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.

0 commit comments

Comments
 (0)