Skip to content

Commit 3828c37

Browse files
SylvainSylvain
Sylvain
authored and
Sylvain
committed
ai-task search
1 parent dec8752 commit 3828c37

11 files changed

+71
-3
lines changed

docs/tutorial-ui/ai-task/1-Search.mdx

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,71 @@ import Image from '../../../src/components/Image'
88
import Link from '@docusaurus/Link'
99
import Tabs from '@theme/Tabs'
1010
import TabItem from '@theme/TabItem'
11+
import Admonition from '@theme/Admonition'
12+
13+
<p>
14+
Now, you can start asking your first question to the AI Assistant you just built ! By clicking on the AI Assitant Tab
15+
you will enter the <kbd>Search</kbd> section of the AI Assistant built on top of the documents you uploaded.
16+
</p>
17+
18+
<Image src='/img/screenshots/tutorial-ui/ai-assistant-existing-sys.png' alt='search pages'/>
19+
20+
You can also access the <kbd>Search</kbd> section by clicking on <kbd>AI Assitant</kbd> on the top bar then clicking on <kbd>Search</kbd>.
21+
22+
<Image src='/img/screenshots/ai-task/ai-assistant-menu.png' alt='ai assistant menu'/>
23+
24+
<Image src='/img/screenshots/ai-task/search/search-empty.png' alt='search pages'/>
25+
26+
For "The Simpsons" AI Assistant, you can ask questions like:
27+
- "who are the children of the simpsons"
28+
- "what is the name of the dog of the simpsons"
29+
30+
<Tabs>
31+
<TabItem value='g1' label='Answer' default>
32+
<Image src='/img/screenshots/ai-task/search/search-ai-answer1.png' alt='answer pages'/>
33+
</TabItem>
34+
<TabItem value='s1' label='Question 1' >
35+
<Image src='/img/screenshots/ai-task/search/search-ai-answer1-zoomed.png' alt='answer pages'/>
36+
</TabItem>
37+
<TabItem value='s2' label='Question 2' >
38+
<Image src='/img/screenshots/ai-task/search/search-ai-answer2-zoomed.png' alt='answer pages'/>
39+
</TabItem>
40+
</Tabs>
41+
42+
<div>
43+
<Admonition type="tip">
44+
<p>
45+
The summarized answer is a synthesized answer based on all the answers and documents QAnswer has found.
46+
The answer is based on a generative model, therefore each generated answer could be in different wording by will always try to deliver the some information. You can trigger re-summarise function by click on
47+
<img src='/img/icons/replay.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
48+
icon. <br/>
49+
To further improve the summariser, you can always give feedback by clicking on
50+
<img src='/img/icons/thumb_up.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
51+
or
52+
<img src='/img/icons/thumb_down.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
53+
54+
You can also edit the answer by clicking on
55+
<img src='/img/icons/edit.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
56+
.
57+
</p>
58+
</Admonition>
59+
</div>
60+
61+
When the system gives you an answer it is highlighted inside its context. You can also see in which document it was found (at the beginning of the box).
62+
63+
<p>
64+
You can click on the
65+
<span style={{ whiteSpace: 'nowrap' }}>
66+
<b style={{ verticalAlign: 'middle', color: '#3d82b3', marginLeft: '10px' }}>pdf name</b>
67+
<img src='/img/icons/open_in_new.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
68+
</span>
69+
button (at the top left), it will show you the answer highlighted in the PDF document.
70+
</p>
71+
72+
<Image src='/img/screenshots/ai-task/search/search-ai-answer2-highlight.png' alt='answer pages'/>
73+
74+
:::caution
75+
Our backend model is evolving over time so the answers that you get might be different.
76+
77+
If you have questions you can [contact us](mailto:[email protected]).
78+
:::

docs/tutorial-ui/data-source/5-OneDrive.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ If the default unlock mode does not suit you, you can click on **Other ways to c
3838
<TabItem value='s1' label='Password' default>
3939
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-password.png' alt='onedrive connection by password'/>
4040
</TabItem>
41-
<TabItem value='s2' label='Microsoft Notification1' default>
41+
<TabItem value='s2' label='Microsoft Notification1'>
4242
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-microsoft-notification1.png' alt='onedrive connection by notification'/>
4343
</TabItem>
44-
<TabItem value='s3' label='Microsoft Notification2' default>
44+
<TabItem value='s3' label='Microsoft Notification2'>
4545
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-microsoft-notification2.png' alt='onedrive connection by notification'/>
4646
</TabItem>
4747
</Tabs>

static/img/icons/edit.svg

Lines changed: 1 addition & 1 deletion
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)