Skip to content

Commit af3d92b

Browse files
peterswirlPeter Kahn
and
Peter Kahn
authored
DS-1385 fix hilite (swirlai#1422)
Co-authored-by: Peter Kahn <peter@swirl.com>
1 parent bef6bc2 commit af3d92b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/Developer-Guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ The `qs=` parameter can also be used with the [providers](#specify-searchprovide
158158
RAG processing is available through a single API call using `qs=`, e.g. `?qs=metasearch&rag=true`.
159159

160160
The default AI Summary timeout value can be overridden with a URL parameter in the Galaxy UI. For example: `http://localhost:8000/galaxy/?q=gig%20economics&rag=true&rag_timeout=90`
161+
161162
{: .highlight }
162163
Starting with SWIRL 3.7.0, we specify `rag_timeout`in seconds
163164

docs/RAG-Guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ SWIRL AI Connect Community Edition supports RAG only against OpenAI and Azure/Op
7272
Adjust the `timeout` value if necessary. Change the `User-Agent` string as needed, and/or authorize it to fetch pages from internal applications.
7373

7474
You can also override the default timeout value with a URL parameter in the Galaxy UI. For example: `http://localhost:8000/galaxy/?q=gig%20economics&rag=true&rag_timeout=90`
75+
7576
{: .highlight }
7677
Starting with SWIRL 3.7.0, we specify `rag_timeout`in seconds
7778

0 commit comments

Comments
 (0)