This commit is contained in:
archer
2023-05-18 21:04:36 +08:00
parent 5d4dd4a18c
commit 7408db9cf6
7 changed files with 11 additions and 9 deletions

View File

@@ -29,8 +29,8 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接
## 🏘️ 交流群
wx: fastgpt123
![Demo](docs/imgs/wx300.jpg?raw=true 'wx')
添加 wx 进入:
![Demo](https://otnvvf-imgs.oss.laf.run/wx300.png?raw=true 'wx')
## 👀 其他

View File

@@ -8,12 +8,14 @@ CREATE TABLE modelData (
vector VECTOR(1536),
status VARCHAR(50) NOT NULL,
user_id VARCHAR(50) NOT NULL,
model_id VARCHAR(50) NOT NULL,
model_id VARCHAR(50),
kb_id VARCHAR(50),
q TEXT NOT NULL,
a TEXT NOT NULL
);
-- create index
CREATE INDEX modelData_status_index ON modelData USING HASH (status);
CREATE INDEX modelData_userId_index ON modelData USING HASH (user_id);
CREATE INDEX modelData_modelId_index ON modelData USING HASH (model_id);
CREATE INDEX modelData_userId_index ON modelData USING HASH (model_id);
CREATE INDEX modelData_kbId_index ON modelData USING HASH (kb_id);
EOSQL

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -24,4 +24,4 @@
请 WX 联系: fastgpt123
| 交流群 | 小助手 |
| ----------------------- | -------------------- |
| ![](/imgs/wxqun300.jpg) | ![](/imgs/wx300.jpg) |
| ![](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.png) |

View File

@@ -29,6 +29,6 @@ FastGpt 项目完全开源,可随意私有化部署,去除平台风险忧虑
如果群满了,可加个小助手,定时拉
wx 号: fastgpt123
| 交流群 | 小助手 |
| ----------------------- | -------------------- |
| ![](/imgs/wxqun300.jpg) | ![](/imgs/wx300.jpg) |
| 交流群 | 小助手 |
| ------------------------------------------------- | ---------------------------------------------- |
| ![](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.png) |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -23,7 +23,7 @@ const WxConcat = ({ onClose }: { onClose: () => void }) => {
<ModalBody textAlign={'center'}>
<Image
style={{ margin: 'auto' }}
src={'/imgs/wx300.jpg'}
src={'https://otnvvf-imgs.oss.laf.run/wx300.png'}
width={'200px'}
height={'200px'}
alt=""