Skip to content

Commit 68a2cc7

Browse files
remove warnings
1 parent 22c2e85 commit 68a2cc7

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

solutions/search/rag/playground-context.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ products:
1010

1111
# Optimize model context [playground-context]
1212

13-
::::{warning}
14-
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
15-
::::
16-
17-
1813
Context is the information you provide to the LLM, to optimize the relevance of your query results. Without additional context, an LLM will generate results solely based on its training data. In Playground, this additional context is the information contained in your {{es}} indices.
1914

2015
There are a few ways to optimize this context for better results. Some adjustments can be made directly in the Playground UI. Others require refining your indexing strategy, and potentially reindexing your data.

solutions/search/rag/playground-query.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ products:
1010

1111
# View and modify queries [playground-query]
1212

13-
::::{warning}
14-
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
15-
::::
16-
17-
1813
Once you’ve set up your chat interface, you can start chatting with the model. Playground will automatically generate {{es}} queries based on your questions, and retrieve the most relevant documents from your {{es}} indices. The Playground UI enables you to view and modify these queries.
1914

2015
* Select the **Query** tab to open the visual query editor.

solutions/search/rag/playground-troubleshooting.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ products:
1111

1212
# Troubleshooting RAG Playground [playground-troubleshooting]
1313

14-
::::{warning}
15-
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
16-
::::
17-
18-
1914
Dense vectors are not searchable
2015
: Embeddings must be generated using the [inference processor](elasticsearch://reference/enrich-processor/inference-processor.md) with an ML node.
2116

0 commit comments

Comments
 (0)