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: README.md
+28-6
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ Quickly launch an intelligent customer service system with Flask, LLM, RAG, incl
29
29
-[Configure the admin console](#configure-the-admin-console)
30
30
-[Login to the admin console](#login-to-the-admin-console)
31
31
-[Import your data](#import-your-data)
32
+
-[import websites](#import-websites)
33
+
-[import isolated urls](#import-isolated-urls)
34
+
-[import local files](#import-local-files)
32
35
-[Test the chatbot](#test-the-chatbot)
33
36
-[Embed on your website](#embed-on-your-website)
34
37
-[Dashboard of user's historical request](#dashboard-of-users-historical-request)
@@ -38,9 +41,9 @@ Quickly launch an intelligent customer service system with Flask, LLM, RAG, incl
38
41
39
42
40
43
## Features
41
-
-**Built-in LLM Support**: Provides integrated support for large language models.
44
+
-**Built-in LLM Support**: Support cloud-based LLMs and local LLMs.
42
45
-**Quick Setup**: Enables deployment of production-level conversational service robots within just five minutes.
43
-
-**Simple Maintenance**: Only requires Python, with no need for additional middleware.
46
+
-**Diverse Knowledge Base Integration**: Supports multiple types of knowledge bases, including websites, isolated URLs, and local files.
44
47
-**Flexible Configuration**: Offers a user-friendly backend equipped with customizable settings for streamlined management.
45
48
-**Attractive UI**: Features a customizable and visually appealing user interface.
46
49
@@ -129,7 +132,7 @@ If your knowledge base involves **sensitive information** and you prefer not to
129
132
130
133
131
134
> [!NOTE]
132
-
> First, refer to `https://github.com/ollama/ollama` to **Install Ollama**, and download the embedding model `mxbai-embed-large` and the LLM model such as `llama3`.
135
+
> First, refer to [ollama](https://github.com/ollama/ollama) to **Install Ollama**, and download the embedding model `mxbai-embed-large` and the LLM model such as `llama3`.
133
136
134
137
135
138
```shell
@@ -253,16 +256,18 @@ On the page **`http://your-server-ip:7000/open-kf-admin/#/`**, you can set the f
253
256
254
257
### Import your data
255
258
259
+
#### Import websites
260
+
256
261
After submitting the website URL, once the server retrieves the list of all web page URLs via crawling, you can select the web page URLs you need as the knowledge base (all selected by default). The initial `Status` is **`Recorded`**.
You can actively refresh the page **`http://your-server-ip:7000/open-kf-admin/#/source`** in your browser to get the progress of web page URL processing. After the content of the web page URL has been crawled, and the Embedding calculation and storage are completed, you can see the corresponding `Size` in the admin console, and the `Status` will also be updated to **`Stored`**.
267
+
You can actively refresh the page **`http://your-server-ip:7000/open-kf-admin/#/source`** in your browser to get the progress of web page URL processing. After the content of the web page URL has been crawled, and the Embedding calculation and storage are completed, you can see the corresponding `Size` in the admin console, and the `Status` will also be updated to **`Trained`**.
Upload the required local files. You can upload up to `10` files at a time, and each file cannot exceed `30MB`. The following file types are currently supported: `[".txt", ".md", ".pdf", ".epub", ".mobi", ".html", ".docx", ".pptx", ".xlsx", ".csv"]`.
After importing website data in the admin console, you can experience the chatbot service through the link **`http://your-server-ip:7000/open-kf-chatbot/`**.
0 commit comments