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

Add ES3 Playground stub page #12

Merged
merged 1 commit into from
May 29, 2024
Merged
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
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>

Loading