Skip to content

Commit

Permalink
Add ES3 Playground stub page
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed May 29, 2024
1 parent 33358e1 commit 1298298
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serverless/nav/serverless-elasticsearch.docnav.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
}
]
},
{
"pageId": "serverlessPlayground"
},
{
"pageId": "serverlessDifferences",
"label": "Serverless differences"
Expand Down
19 changes: 19 additions & 0 deletions serverless/pages/search-playground.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: serverlessPlayground
slug: /serverless/elasticsearch/playground
title: Playground
description: Test and edit Elasticsearch queries and chat with your data using LLMs.
tags: ['serverless', 'elasticsearch', 'search', 'playground', 'GenAI', 'LLMs']
---

<DocBadge template="technical preview" />

Use the Search Playground to test and edit ((es)) queries visually in the UI. Then use the Chat Playground to combine your ((es)) data with large language models (LLMs) for retrieval augmented generation (RAG).
You can also view the underlying Python code that powers the chat interface, and use it in your own application.

Find Playground in the ((es)) serverless UI under **((es)) > Build > Playground**.

<DocCallOut>
ℹ️ The Playground documentation currently lives in the [((kib)) docs](https://www.elastic.co/guide/en/kibana/master/playground.html).
</DocCallOut>

0 comments on commit 1298298

Please sign in to comment.