Skip to content

Commit

Permalink
feat: user guide updates (#109)
Browse files Browse the repository at this point in the history
* Update sidebars.js

* test

* edit sidebar file

* docs review

* docs review

* test

* docs review and update

* docs update

* review

* isolated view mode

* review

* review

* review

---------

Co-authored-by: Siarhei Remsha <[email protected]>
  • Loading branch information
sr-remsha and Siarhei Remsha committed May 27, 2024
1 parent b0748b9 commit 1e4c830
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added docs/img/isolated_view_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,15 @@ Within the AI DIAL framework, an Addon is a service or any component that follow

Some examples of Addon implementation are semantic search, Q&A search, DB query generator, or any other custom logic that meets your business needs. AI DIAL can include custom Addons that you can choose to activate a specific system behavior.

### Isolated View Mode

In the Isolated View Mode, a user can follow a specific URL `https://server/models/modelID` or `https://server/models/applicationID` to use the AI DIAL Chat in a simplified view with minimal configuration settings for a selected model or application. Conversation settings, conversation and prompt panels are not shown in this case. All created conversations are saved and displayed in the regular chat view mode as well (when just created, names of such conversations are appended in the regular view mode with an `isolated` prefix in the beginning. e.g. `isolated_dial-rag`).

For instance, if a user wants to open GPT-4 without any extra features or configurations, they can simply go to `https://AI DIAL Chat URL/models/gpt-4` and access a streamlined user interface that only contains a chat input with GPT-4:

![](./img/isolated_view_mode.png)


## User Settings

On the top bar, in the user area, you can click a down arrow to access additional settings or logout.
Expand Down

0 comments on commit 1e4c830

Please sign in to comment.