Skip to content

Commit 5f77935

Browse files
committed
Resize images
1 parent 73e2bad commit 5f77935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solutions/search/rag/playground.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ mapped_urls:
1010
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.
1111
::::
1212

13-
1413
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.
1514

1615
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.
@@ -186,6 +185,7 @@ You can always add or remove indices later by selecting the **Data** button from
186185
:::{image} ../../../images/kibana-data-button.png
187186
:alt: data button
188187
:class: screenshot
188+
:width: 150px
189189
:::
190190

191191
:::::
@@ -253,6 +253,7 @@ Use the **View code** button to see the Python code that powers the chat interfa
253253
:::{image} ../../../images/kibana-view-code-button.png
254254
:alt: view code button
255255
:class: screenshot
256+
:width: 150px
256257
:::
257258

258259

0 commit comments

Comments
 (0)