-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from leemthompo/playground-es3
Add ES3 Playground stub page
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|