Skip to content

Commit dec8752

Browse files
SylvainSylvain
Sylvain
authored and
Sylvain
committed
data-source q&a and onedrive
1 parent 1c05438 commit dec8752

27 files changed

+83
-0
lines changed

docs/tutorial-ui/data-source/3-Q&A.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,32 @@ import Tabs from '@theme/Tabs'
99
import TabItem from '@theme/TabItem'
1010
import Admonition from '@theme/Admonition'
1111

12+
## Creation
13+
Enter the question you may ask to the AI Assistant thenb enter its answer.
1214

15+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-empty.png' alt='Empty wizard'/>
16+
17+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-input-filled.png' alt='Input filled'/>
18+
19+
20+
By clicking on <kbd>Finish</kbd> it will be added to the AI Assistant datasources.
21+
22+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-first-question-added.png' alt='First question added'/>
23+
24+
If you want to add more Q&A you can click on <kbd>Add Q&A</kbd>.
25+
26+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-add-popup.png' alt='Add question popup'/>
27+
28+
A popup will appear and you will be able to enter a new Q&A.
29+
30+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-add-popup-input-filled.png' alt='Add question popup'/>
31+
32+
You may also click on <kbd>Add Q&A</kbd> of the popup to add several question in one row.
33+
34+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-add-popup-more-question.png' alt='Add question popup'/>
35+
36+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-add-popup-more-question-filled.png' alt='Add question popup'/>
37+
38+
Finaly, your Q&A are available on your AI Assistant.
39+
40+
<Image src='/img/screenshots/tutorial-ui/data-source/q&a/q&a-filled.png' alt='Q&A filled'/>

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

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,59 @@ import Tabs from '@theme/Tabs'
99
import TabItem from '@theme/TabItem'
1010
import Admonition from '@theme/Admonition'
1111

12+
:::info
13+
In this tutorial we are going to create a OneDrive connector to an AI Assistant. You must have a Microsoft Account in order to go any further.
14+
:::
1215

16+
## Connection
17+
First of all you have to click on <kbd>Authenticate with OneDrive</kbd> to start.
18+
19+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-init.png' alt='onedrive connect'/>
20+
21+
The you have to enter your microsoft account email adress and click on <kbd>Next</kbd>.
22+
23+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-email.png' alt='onedrive connect'/>
24+
25+
:::tip
26+
Depending on your usual connection mode, Microsoft will ask you to unlock your session by :
27+
- fingerprint, facial recognition, pin code or security key (the interface will depend on your device system)
28+
- sending a notification to your mobile via the Microsoft application
29+
- password
30+
31+
If the default unlock mode does not suit you, you can click on **Other ways to connect**
32+
:::
33+
34+
<Tabs>
35+
<TabItem value='g1' label='Different Types'>
36+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-type.png' alt='onedrive connection types'/>
37+
</TabItem>
38+
<TabItem value='s1' label='Password' default>
39+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-password.png' alt='onedrive connection by password'/>
40+
</TabItem>
41+
<TabItem value='s2' label='Microsoft Notification1' default>
42+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-microsoft-notification1.png' alt='onedrive connection by notification'/>
43+
</TabItem>
44+
<TabItem value='s3' label='Microsoft Notification2' default>
45+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-microsoft-notification2.png' alt='onedrive connection by notification'/>
46+
</TabItem>
47+
</Tabs>
48+
49+
:::info
50+
Microsoft will ask you if you want to stay connected. If you click on <kbd>Yes</kbd> you will not need to enter your Microsoft login details on this browser in order to acces your Microsoft session. This choice is not related to the connector in your QAnswer Ai Assistant.
51+
:::
52+
53+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connection-stay-connected.png' alt='onedrive stay connected'/>
54+
55+
## Your OneDrive Files
56+
57+
Now you are able to see (on the QAnswer interface), the content of your OneDrive folder.
58+
59+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-linked.png' alt='onedrive linked'/>
60+
61+
You have to select which documents you want to use to add it to your OneDrive Connector.
62+
63+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-choose-documents.png' alt='onedrive documents'/>
64+
65+
Finaly, your documents are available on your AI Assistant.
66+
67+
<Image src='/img/screenshots/tutorial-ui/data-source/onedrive/onedrive-connector-filled.png' alt='onedrive filled'/>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)