Skip to content

Commit bef6bc2

Browse files
authored
Merge pull request swirlai#1421 from swirlai/feature/DS-1385-docuupdate - DS-1385 update doc to match rag_timeout now specified in seconds
DS-1385 update doc to match rag_timeout now specified in seconds
2 parents b086261 + d7c73b4 commit bef6bc2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/Developer-Guide.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ The `qs=` parameter can also be used with the [providers](#specify-searchprovide
157157

158158
RAG processing is available through a single API call using `qs=`, e.g. `?qs=metasearch&rag=true`.
159159

160-
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=90000`
160+
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+
{: .highlight }
162+
Starting with SWIRL 3.7.0, we specify `rag_timeout`in seconds
161163

162164
Note that `&page=` is NOT supported with `qs=`; to access the second page of results use the `next_page` property from the `info.results` structure.
163165

docs/RAG-Guide.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ SWIRL AI Connect Community Edition supports RAG only against OpenAI and Azure/Op
7171

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

74-
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=90000`
74+
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+
{: .highlight }
76+
Starting with SWIRL 3.7.0, we specify `rag_timeout`in seconds
7577

7678
* Restart SWIRL:
7779

0 commit comments

Comments
 (0)