Skip to content

Commit 9a8010d

Browse files
committed
rename 'smart_qa_app.py'
1 parent e690b8e commit 9a8010d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1 align="center">Smart QA Service</h1>
2+
<h1 align="center">RAG-GPT</h1>
33
Quickly launch an intelligent customer service system with Flask, LLM, RAG, including frontend, backend, and admin console.
44
<br/>
55
<img style="display: block; margin: auto; width: 70%;" src="./doc/screenshot-1.jpg">
@@ -13,7 +13,7 @@ Quickly launch an intelligent customer service system with Flask, LLM, RAG, incl
1313
Clone the repository:
1414

1515
```shell
16-
git clone https://github.com/open-kf/smart-qa-service.git && cd smart-qa-service
16+
git clone https://github.com/open-kf/rag-gpt.git && cd rag-gpt
1717
```
1818

1919
### 2. Configure variables of .env
@@ -103,7 +103,7 @@ If you have completed the steps above, you can try to start the OpenKF service b
103103
- **Start single process:**
104104

105105
```shell
106-
python3 smart_qa_app.py
106+
python3 rag_gpt_app.py
107107
```
108108

109109
- **Start multiple processes:**

smart_qa_app.py rag_gpt_app.py

File renamed without changes.

start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# init SQLite DB
44
python create_sqlite_db.py
55

6-
gunicorn -c gunicorn_config.py smart_qa_app:app
6+
gunicorn -c gunicorn_config.py rag_gpt_app:app

0 commit comments

Comments
 (0)