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: ChatQnA/docker/ui/svelte/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@
11
11
Here're some of the project's features:
12
12
13
13
- Start a Text Chat:Initiate a text chat with the ability to input written conversations, where the dialogue content can also be customized based on uploaded files.
14
-
- Upload File: The choice between uploading locally or copying a remote link. Chat according to uploaded knowledge base.
15
14
- Clear: Clear the record of the current dialog box without retaining the contents of the dialog box.
16
15
- Chat history: Historical chat records can still be retained after refreshing, making it easier for users to view the context.
17
16
- Scroll to Bottom / Top: The chat automatically slides to the bottom. Users can also click the top icon to slide to the top of the chat record.
18
17
- End to End Time: Shows the time spent on the current conversation.
18
+
- Upload File: The choice between uploading locally or copying a remote link. Chat according to uploaded knowledge base.
19
+
- Delete File: Delete a certain uploaded file.
19
20
20
21
## 🛠️ Get it Running
21
22
@@ -26,9 +27,14 @@ Here're some of the project's features:
26
27
3. Modify the required .env variables.
27
28
28
29
```
29
-
DOC_BASE_URL = ''
30
+
CHAT_BASE_URL = ''
30
31
31
32
UPLOAD_FILE_BASE_URL = ''
33
+
34
+
GET_FILE = ''
35
+
36
+
DELETE_FILE = ''
37
+
32
38
```
33
39
34
40
4. Execute `npm install` to install the corresponding dependencies.
0 commit comments