Skip to content

Commit

Permalink
DS-1385 update doc to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kahn committed Aug 27, 2024
1 parent b086261 commit d7c73b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/Developer-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ The `qs=` parameter can also be used with the [providers](#specify-searchprovide

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

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

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.

Expand Down
4 changes: 3 additions & 1 deletion docs/RAG-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ SWIRL AI Connect Community Edition supports RAG only against OpenAI and Azure/Op

Adjust the `timeout` value if necessary. Change the `User-Agent` string as needed, and/or authorize it to fetch pages from internal applications.

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

* Restart SWIRL:

Expand Down

0 comments on commit d7c73b4

Please sign in to comment.