4.8.3 (#1654)
* Milvus (#1644) * feat: support regx * 4.8.3 test and fix (#1648) * perf: version tip * feat: sandbox support log * fix: debug component render * fix: share page header * fix: input guide auth * fix: iso viewport * remove file * fix: route url * feat: add debug timout * perf: reference select support trigger * perf: session code * perf: theme * perf: load milvus
Showing
docSite/assets/imgs/zilliz_key.png
0 → 100644
54.8 KB
files/docker/docker-compose-milvus.yml
0 → 100644
files/docker/docker-compose-zilliz.yml
0 → 100644
File moved
| ... | @@ -21,9 +21,15 @@ | ... | @@ -21,9 +21,15 @@ |
| "react-i18next": "13.5.0", | "react-i18next": "13.5.0", | ||
| "zhlint": "^0.7.1" | "zhlint": "^0.7.1" | ||
| }, | }, | ||
| "resolutions": { | |||
| "react": "18.3.1", | |||
| "react-dom": "18.3.1", | |||
| "@types/react": "18.3.0", | |||
| "@types/react-dom": "18.3.0" | |||
| }, | |||
| "lint-staged": { | "lint-staged": { | ||
| "./**/**/*.{ts,tsx,scss}": "npm run format-code", | "./**/**/*.{ts,tsx,scss}": "npm run format-code", | ||
| "./**/**/*.md": "npm run format-doc" | "./docSite/**/**/*.md": "npm run format-doc" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=18.0.0", | "node": ">=18.0.0", | ||
| ... | ... |
packages/global/common/error/code/system.ts
0 → 100644
| ... | @@ -5,7 +5,9 @@ | ... | @@ -5,7 +5,9 @@ |
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@node-rs/jieba": "1.10.0", | "@node-rs/jieba": "1.10.0", | ||
| "@xmldom/xmldom": "^0.8.10", | "@xmldom/xmldom": "^0.8.10", | ||
| "@zilliz/milvus2-sdk-node": "2.4.2", | |||
| "axios": "^1.5.1", | "axios": "^1.5.1", | ||
| "chalk": "^5.3.0", | |||
| "cheerio": "1.0.0-rc.12", | "cheerio": "1.0.0-rc.12", | ||
| "cookie": "^0.5.0", | "cookie": "^0.5.0", | ||
| "date-fns": "2.30.0", | "date-fns": "2.30.0", | ||
| ... | @@ -22,7 +24,7 @@ | ... | @@ -22,7 +24,7 @@ |
| "mongoose": "^7.0.2", | "mongoose": "^7.0.2", | ||
| "multer": "1.4.5-lts.1", | "multer": "1.4.5-lts.1", | ||
| "next": "14.2.3", | "next": "14.2.3", | ||
| "nextjs-cors": "^2.1.2", | "nextjs-cors": "^2.2.0", | ||
| "node-cron": "^3.0.3", | "node-cron": "^3.0.3", | ||
| "node-xlsx": "^0.23.0", | "node-xlsx": "^0.23.0", | ||
| "papaparse": "5.4.1", | "papaparse": "5.4.1", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment