You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/conversation.rst
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
.. _conversation:
2
2
3
-
Conversations in Select AI represent an interactive exchange between the user and the system, enabling users to query or interact with the database through a series of natural language prompts.
3
+
Conversations in Select AI represent an interactive exchange between the user
4
+
and the system, enabling users to query or interact with the database through
5
+
a series of natural language prompts.
4
6
5
7
*****************************
6
8
``Conversation Object model``
@@ -9,13 +11,16 @@ Conversations in Select AI represent an interactive exchange between the user an
9
11
.. figure:: /image/conversation.png
10
12
:alt:Select AI Conversation
11
13
14
+
.. latex:clearpage::
15
+
12
16
**************************
13
17
``ConversationAttributes``
14
18
**************************
15
19
16
20
.. autoclass:: select_ai.ConversationAttributes
17
21
:members:
18
22
23
+
.. latex:clearpage::
19
24
20
25
********************
21
26
``Conversation`` API
@@ -24,6 +29,8 @@ Conversations in Select AI represent an interactive exchange between the user an
24
29
.. autoclass:: select_ai.Conversation
25
30
:members:
26
31
32
+
.. latex:clearpage::
33
+
27
34
Create conversion
28
35
++++++++++++++++++
29
36
@@ -32,7 +39,9 @@ Create conversion
32
39
33
40
output::
34
41
35
-
Created conversation with conversation id: 380A1601-182D-F329-E063-D81A000A2C93
42
+
Created conversation with conversation id: 3AB2ED3E-7E52-8000-E063-BE1A000A15B6
43
+
44
+
.. latex:clearpage::
36
45
37
46
Chat session
38
47
+++++++++++++
@@ -55,6 +64,8 @@ output::
55
64
...
56
65
...
57
66
67
+
.. latex:clearpage::
68
+
58
69
List conversations
59
70
++++++++++++++++++
60
71
@@ -69,6 +80,7 @@ output::
69
80
37DF777F-F3DA-F084-E063-D81A000A53BE
70
81
ConversationAttributes(title='History of Science', description="LLM's understanding of history of science", retention_days=7)
71
82
83
+
.. latex:clearpage::
72
84
73
85
Delete conversation
74
86
+++++++++++++++++++
@@ -81,6 +93,7 @@ output::
81
93
Deleted conversation with conversation id: 37DDC22E-11C8-3D49-E063-D81A000A85FE
0 commit comments