feat: 模型数据管理
feat: 模型数据导入 feat: redis 向量入库 feat: 向量索引 feat: 文件导入模型 perf: 交互 perf: prompt
Showing
| ... | @@ -41,6 +41,7 @@ | ... | @@ -41,6 +41,7 @@ |
| "react-hook-form": "^7.43.1", | "react-hook-form": "^7.43.1", | ||
| "react-markdown": "^8.0.5", | "react-markdown": "^8.0.5", | ||
| "react-syntax-highlighter": "^15.5.0", | "react-syntax-highlighter": "^15.5.0", | ||
| "redis": "^4.6.5", | |||
| "rehype-katex": "^6.0.2", | "rehype-katex": "^6.0.2", | ||
| "remark-gfm": "^3.0.1", | "remark-gfm": "^3.0.1", | ||
| "remark-math": "^5.1.1", | "remark-math": "^5.1.1", | ||
| ... | ... |
src/constants/redis.ts
0 → 100644
src/pages/api/chat/vectorGpt.ts
0 → 100644
src/pages/api/model/data/splitData.ts
0 → 100644
File moved
File moved
File moved
src/service/events/generateVector.ts
0 → 100644
src/service/models/splitData.ts
0 → 100644
src/service/redis.ts
0 → 100644
src/types/redis.d.ts
0 → 100644
Please
register
or
sign in
to comment