Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d281566

Browse files
SylvainSylvain
Sylvain
authored and
Sylvain
committedOct 17, 2024
expose classical & some changes
1 parent 863133e commit d281566

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+249
-69
lines changed
 

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

+6-10
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,23 @@ import Admonition from '@theme/Admonition'
1515
you will enter the <kbd>Search</kbd> section of the AI Assistant built on top of the documents you uploaded.
1616
</p>
1717

18-
<Image src='/img/screenshots/tutorial-ui/ai-assistant-existing-sys.png' alt='search pages'/>
18+
<Image src='/img/screenshots/tutorial-ui/ai-assistant-existing-sys.png' alt='Ai assistant menu'/>
1919

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'/>
20+
<Image src='/img/screenshots/tutorial-ui/ai-task/search/search-empty.png' alt='search pages'/>
2521

2622
For "The Simpsons" AI Assistant, you can ask questions like:
2723
- "who are the children of the simpsons"
2824
- "what is the name of the dog of the simpsons"
2925

3026
<Tabs>
3127
<TabItem value='g1' label='Answer' default>
32-
<Image src='/img/screenshots/ai-task/search/search-ai-answer1.png' alt='answer pages'/>
28+
<Image src='/img/screenshots/tutorial-ui/ai-task/search/search-ai-answer1.png' alt='answer pages'/>
3329
</TabItem>
3430
<TabItem value='s1' label='Question 1' >
35-
<Image src='/img/screenshots/ai-task/search/search-ai-answer1-zoomed.png' alt='answer pages'/>
31+
<Image src='/img/screenshots/tutorial-ui/ai-task/search/search-ai-answer1-zoomed.png' alt='answer pages'/>
3632
</TabItem>
3733
<TabItem value='s2' label='Question 2' >
38-
<Image src='/img/screenshots/ai-task/search/search-ai-answer2-zoomed.png' alt='answer pages'/>
34+
<Image src='/img/screenshots/tutorial-ui/ai-task/search/search-ai-answer2-zoomed.png' alt='answer pages'/>
3935
</TabItem>
4036
</Tabs>
4137

@@ -69,7 +65,7 @@ When the system gives you an answer it is highlighted inside its context. You ca
6965
button (at the top left), it will show you the answer highlighted in the PDF document.
7066
</p>
7167

72-
<Image src='/img/screenshots/ai-task/search/search-ai-answer2-highlight.png' alt='answer pages'/>
68+
<Image src='/img/screenshots/tutorial-ui/ai-task/search/search-ai-answer2-highlight.png' alt='answer pages'/>
7369

7470
:::caution
7571
Our backend model is evolving over time so the answers that you get might be different.

‎docs/tutorial-ui/ai-task/2-Chat.mdx

+5-9
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ import Tabs from '@theme/Tabs'
99
import TabItem from '@theme/TabItem'
1010
import Admonition from '@theme/Admonition'
1111

12-
You can access the <kbd>Chat</kbd> section by clicking on <kbd>AI Assitant</kbd> on the top bar then clicking on <kbd>Chat</kbd>.
13-
14-
<Image src='/img/screenshots/ai-task/ai-assistant-menu.png' alt='ai assistant menu'/>
15-
16-
<Image src='/img/screenshots/ai-task/chat/chat-empty.png' alt='ai assistant chat'/>
12+
<Image src='/img/screenshots/tutorial-ui/ai-task/chat/chat-empty.png' alt='ai assistant chat'/>
1713

1814
:::info
1915
In AI Task chat the answers are based only on the information delivered to the AI Assistant with the connectors. You can interact with the chat and give it more information. You can refer to the data-source section to setup a connector, check [Data Source](/tutorial-ui/data-source/document) section!
2016
:::
2117

22-
<Image src='/img/screenshots/ai-task/chat/chat-full.png' alt='ai assistant chat'/>
18+
<Image src='/img/screenshots/tutorial-ui/ai-task/chat/chat-full.png' alt='ai assistant chat'/>
2319

2420
<div>
2521
<Admonition type="tip">
@@ -44,13 +40,13 @@ In AI Task chat the answers are based only on the information delivered to the A
4440

4541
<Tabs>
4642
<TabItem value='g1' label='Positive feedback' default>
47-
<Image src='/img/screenshots/ai-task/chat/chat-feedback-positive.png' alt='chat give positive feedback'/>
43+
<Image src='/img/screenshots/tutorial-ui/ai-task/chat/chat-feedback-positive.png' alt='chat give positive feedback'/>
4844
</TabItem>
4945
<TabItem value='s1' label='Negative feedback' >
50-
<Image src='/img/screenshots/ai-task/chat/chat-feedback-negative.png' alt='chat give negative feedback'/>
46+
<Image src='/img/screenshots/tutorial-ui/ai-task/chat/chat-feedback-negative.png' alt='chat give negative feedback'/>
5147
</TabItem>
5248
<TabItem value='s2' label='Edit answer' >
53-
<Image src='/img/screenshots/ai-task/chat/chat-edit_answer.png' alt='chat edit answer'/>
49+
<Image src='/img/screenshots/tutorial-ui/ai-task/chat/chat-edit_answer.png' alt='chat edit answer'/>
5450
</TabItem>
5551
</Tabs>
5652

0 commit comments

Comments
 (0)