Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions SearchQnA/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<h1 align="center" id="title"><img align="center" src="./static/favicon.png" alt="project-image" width="50" height="50">
Neural Chat</h1>
# Neural Chat

### 📸 Project Screenshots
## 📸 Project Screenshots

![project-screenshot](../../assets/img/search_ui_init.png)
![project-screenshot](../../../assets/img/search_ui_init.png)

<h2>🧐 Features</h2>
## 🧐 Features

Here're some of the project's features:
Here are some of the project's features:

- Start a Text Chat:Initiate a text chat with the ability to input written conversations, where the dialogue content is sourced from web searches.
- Clear: Clear the record of the current dialog box without retaining the contents of the dialog box.
- Chat history: Historical chat records can still be retained after refreshing, making it easier for users to view the context.
- 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.
- End to End Time: Shows the time spent on the current conversation.

<h2>🛠️ Get it Running:</h2>
## 🛠️ Get it Running

1. Clone the repo.

Expand Down