You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Developer-Guide.md
+1
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,7 @@ The `qs=` parameter can also be used with the [providers](#specify-searchprovide
158
158
RAG processing is available through a single API call using `qs=`, e.g. `?qs=metasearch&rag=true`.
159
159
160
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
+
161
162
{: .highlight }
162
163
Starting with SWIRL 3.7.0, we specify `rag_timeout`in seconds
Copy file name to clipboardexpand all lines: docs/RAG-Guide.md
+1
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ SWIRL AI Connect Community Edition supports RAG only against OpenAI and Azure/Op
72
72
Adjust the `timeout` value if necessary. Change the `User-Agent` string as needed, and/or authorize it to fetch pages from internal applications.
73
73
74
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
+
75
76
{: .highlight }
76
77
Starting with SWIRL 3.7.0, we specify `rag_timeout`in seconds
0 commit comments