Skip to content

Commit 2a33b3e

Browse files
update pages for content and screenshots from Ingest for search section to RAG section
1 parent cd83c42 commit 2a33b3e

15 files changed

+38
-32
lines changed

solutions/_snippets/connect-local-llm-to-playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Create a connector using the public URL from ngrok.
22

3-
1. In Kibana, go to **Search > Playground**, and click **Connect to an LLM**.
3+
1. In Kibana, go to **Playground** from the left navigation menu, and select the wrench button (🔧) in the **Large Language Model (LLM)** tile to connect an LLM.
44
2. Select **OpenAI** on the fly-out.
55
3. Provide a name for the connector.
66
4. Under **Connector settings**, select **Other (OpenAI Compatible Service)** as the OpenAI provider.
70.1 KB
Loading
3.23 KB
Loading
8.27 KB
Loading
105 KB
Loading
121 KB
Loading
7.11 KB
Loading

solutions/search/full-text/search-with-synonyms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can create and manage synonym sets and synonym rules using the {{kib}} user
9696
9797
To create a synonym set using the UI:
9898
99-
1. Navigate to **Elasticsearch** > **Synonyms** or use the [global search field](/explore-analyze/query-filter/filtering.md#_finding_your_apps_and_objects).
99+
1. Use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) to find Synonyms, then select **Synonyms / Synonyms** from the results.
100100
2. Click **Get started**.
101101
3. Enter a name for your synonym set.
102102
4. Add your synonym rules in the editor by adding terms to match against:

solutions/search/rag/playground-context.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Currently you can only select **one field** to be provided as context to the LLM
2828

2929
## Edit context in UI [playground-context-ui]
3030

31-
Use the **Edit context** button in the Playground UI to adjust the number of documents and fields sent to the LLM.
31+
Use the **Playground context** section in the Playground UI to adjust the number of documents and fields sent to the LLM.
3232

3333
If you’re hitting context length limits, try the following:
3434

@@ -56,9 +56,9 @@ Refer to the following Python notebooks for examples of how to chunk your docume
5656
* [Website content](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks/ingestion-and-chunking/website-chunking-ingest.ipynb)
5757

5858

59-
### Balancing cost/latency and result quality [playground-context-balance]
59+
### Optimizing context for cost and performance [playground-context-balance]
6060

61-
Here are some general recommendations for balancing cost/latency and result quality with different context sizes:
61+
The following recommendations can help you balance cost, latency, and result quality when working with different context sizes:
6262

6363
Optimize context length
6464
: Determine the optimal context length through empirical testing. Start with a baseline and adjust incrementally to find a balance that optimizes both response quality and system performance.
@@ -69,7 +69,6 @@ Implement token pruning for ELSER model
6969
* [Optimizing retrieval with ELSER v2](https://www.elastic.co/search-labs/blog/introducing-elser-v2-part-2)
7070
* [Improving text expansion performance using token pruning](https://www.elastic.co/search-labs/blog/text-expansion-pruning)
7171

72-
7372
Monitor and adjust
7473
: Continuously monitor the effects of context size changes on performance and adjust as necessary.
7574

solutions/search/rag/playground-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This functionality is in technical preview and may be changed or removed in a fu
1717

1818
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.
1919

20-
* Click **View query** to open the visual query editor.
20+
* Select the **Query** tab to open the visual query editor.
2121
* Modify the query by selecting fields to query per index.
2222

2323
::::{tip}

0 commit comments

Comments
 (0)