|
| 1 | +--- |
| 2 | +hide: |
| 3 | + - toc |
| 4 | +--- |
| 5 | + |
| 6 | +# App Dialogue Instructions |
| 7 | + |
| 8 | +**Dialogue** is the most common way to obtain information since the emergence of ChatGPT. In d.run, once an app is published, the dialogue function can be used. You can freely ask questions in the dialogue after linking to a corpus, consult historical records at any time, and the navigation bar also lists the recently used dialogues. |
| 9 | + |
| 10 | +## Daily Dialogue |
| 11 | + |
| 12 | +### RAG App |
| 13 | + |
| 14 | +1. In the left navigation bar, click on **App Center**, select the published RAG type app, and click the dialogue icon in the lower right corner. |
| 15 | + |
| 16 | + <!--  --> |
| 17 | + |
| 18 | +2. Enter your question in the dialogue box, click **Send**, or press the Enter key to start the conversation. |
| 19 | + |
| 20 | + <!--  --> |
| 21 | + |
| 22 | +### Full Text Reading App |
| 23 | + |
| 24 | +1. In the left navigation bar, click on **App Center**, select the published **Full Text Reading** type app, and click the dialogue icon in the lower right corner. |
| 25 | + |
| 26 | + <!--  --> |
| 27 | + |
| 28 | +2. Upload a file in the lower right corner of the dialogue box and ask questions based on the content of the file. Click **Send**, or press the Enter key to start the conversation. |
| 29 | + |
| 30 | + <!--  --> |
| 31 | + |
| 32 | +### Combination App |
| 33 | + |
| 34 | +1. In the left navigation bar, click on **App Center**, select the published **Combination App** type app, and click the dialogue icon in the lower right corner. |
| 35 | + |
| 36 | + <!--  --> |
| 37 | + |
| 38 | +2. Enter your question in the dialogue box, click **Send**, or press the Enter key to start the conversation. |
| 39 | + |
| 40 | + <!--  --> |
| 41 | + |
| 42 | +## Dialogue Management |
| 43 | + |
| 44 | +<!--  --> |
| 45 | + |
| 46 | +- **Pin**, **Rename**, and **Delete**: In the history pane, click the **┇** on the right side of a dialogue to pin, rename, or delete the dialogue. |
| 47 | +- **Clear**: In the upper left corner of the dialogue page, click the 🧹 icon to **clear** the dialogue. |
| 48 | +- **Link Corpus**: In the lower left corner of the input box, click the 📖 icon to link the corpus. |
| 49 | + |
| 50 | + Selection of corpus: The **chat app** will match the most similar corpus in the selected corpus as a reference to answer your questions. A successful operation will indicate that the corpus has been selected. You can also deselect one or more corpora. |
| 51 | + |
| 52 | + !!! info |
| 53 | + |
| 54 | + If you cannot select or change the linked corpus, you can only add a corpus. The vectorization model of the app must be consistent with the vectorization model of the corpus to be usable. |
| 55 | + |
| 56 | +- **Stop Dialogue**: After asking a question, click the icon on the right side of the input box to stop the dialogue, allowing the assistant to cease outputting content. |
| 57 | + |
| 58 | +## Some Useful Icons |
| 59 | + |
| 60 | +<!--  --> |
| 61 | + |
| 62 | +- **Rating**: You can like 👍 or dislike 👎 a response, depending on your satisfaction with the content of the answer. |
| 63 | +- **Copy**: You can copy a response. |
| 64 | +- **Reset**: You can reset or regenerate a specific response. |
| 65 | + |
| 66 | + !!! info "Randomness" |
| 67 | + |
| 68 | + For the reset content, the administrator can adjust the model's **randomness** to control the consistency of the assistant's responses over multiple attempts. |
| 69 | + |
| 70 | + If the randomness is high, the assistant's responses may vary each time. If high accuracy is required, the randomness can be lowered, resulting in more consistent outputs from the assistant each time. |
| 71 | + |
| 72 | +- **Delete**: Click the trash can :material-delete: icon to delete a response, after which the deleted dialogue will not be remembered in the context of the assistant's conversation. |
| 73 | +- **Feedback**: Click the last icon :bookmark_tabs: of a response to submit feedback, providing comments based on the quality of the assistant's responses. |
0 commit comments