External dataset (#1519)
* perf: local file create collection * rename middleware * perf: remove code * feat: next14 * feat: external file dataset * collection tags field * external file dataset doc * fix: ts
Showing
docSite/assets/imgs/external_file0.png
0 → 100644
163 KB
docSite/assets/imgs/external_file1.png
0 → 100644
122 KB
docSite/assets/imgs/external_file2.png
0 → 100644
74.6 KB
docSite/content/docs/course/externalFile.md
0 → 100644
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| "js-yaml": "^4.1.0", | "js-yaml": "^4.1.0", | ||
| "jschardet": "3.1.1", | "jschardet": "3.1.1", | ||
| "nanoid": "^4.0.1", | "nanoid": "^4.0.1", | ||
| "next": "13.5.2", | "next": "14.2.3", | ||
| "openai": "4.28.0", | "openai": "4.28.0", | ||
| "openapi-types": "^12.1.3", | "openapi-types": "^12.1.3", | ||
| "timezones-list": "^3.0.2" | "timezones-list": "^3.0.2" | ||
| ... | ... |
packages/service/common/string/utils.ts
0 → 100644
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| "mammoth": "^1.6.0", | "mammoth": "^1.6.0", | ||
| "mongoose": "^7.0.2", | "mongoose": "^7.0.2", | ||
| "multer": "1.4.5-lts.1", | "multer": "1.4.5-lts.1", | ||
| "next": "13.5.2", | "next": "14.2.3", | ||
| "nextjs-cors": "^2.1.2", | "nextjs-cors": "^2.1.2", | ||
| "node-cron": "^3.0.3", | "node-cron": "^3.0.3", | ||
| "node-xlsx": "^0.23.0", | "node-xlsx": "^0.23.0", | ||
| ... | ... |
| ... | @@ -27,18 +27,18 @@ | ... | @@ -27,18 +27,18 @@ |
| "next-i18next": "15.2.0", | "next-i18next": "15.2.0", | ||
| "papaparse": "^5.4.1", | "papaparse": "^5.4.1", | ||
| "pdfjs-dist": "4.0.269", | "pdfjs-dist": "4.0.269", | ||
| "react": "18.2.0", | "react": "18.3.1", | ||
| "use-context-selector": "^1.4.4", | "use-context-selector": "^1.4.4", | ||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.2.0", | "react-dom": "18.3.1", | ||
| "react-i18next": "13.5.0", | "react-i18next": "13.5.0", | ||
| "react-beautiful-dnd": "^13.1.1" | "react-beautiful-dnd": "^13.1.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/papaparse": "^5.3.7", | "@types/papaparse": "^5.3.7", | ||
| "@types/react": "18.2.0", | "@types/react": "18.3.0", | ||
| "@types/react-dom": "18.2.0", | "@types/react-dom": "18.3.0", | ||
| "@types/react-beautiful-dnd": "^13.1.8" | "@types/react-beautiful-dnd": "^13.1.8" | ||
| } | } | ||
| } | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -42,13 +42,13 @@ | ... | @@ -42,13 +42,13 @@ |
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "mermaid": "^10.2.3", | "mermaid": "^10.2.3", | ||
| "nanoid": "^4.0.1", | "nanoid": "^4.0.1", | ||
| "next": "13.5.2", | "next": "14.2.3", | ||
| "next-i18next": "15.2.0", | "next-i18next": "15.2.0", | ||
| "nextjs-node-loader": "^1.1.5", | "nextjs-node-loader": "^1.1.5", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "react": "18.2.0", | "react": "18.3.1", | ||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.2.0", | "react-dom": "18.3.1", | ||
| "react-hook-form": "7.43.1", | "react-hook-form": "7.43.1", | ||
| "react-i18next": "13.5.0", | "react-i18next": "13.5.0", | ||
| "react-markdown": "^8.0.7", | "react-markdown": "^8.0.7", | ||
| ... | @@ -71,12 +71,12 @@ | ... | @@ -71,12 +71,12 @@ |
| "@types/jsonwebtoken": "^9.0.3", | "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/node": "^20.8.5", | "@types/node": "^20.8.5", | ||
| "@types/react": "18.2.0", | "@types/react": "18.3.0", | ||
| "@types/react-dom": "18.2.0", | "@types/react-dom": "18.3.0", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/request-ip": "^0.0.37", | "@types/request-ip": "^0.0.37", | ||
| "eslint": "8.34.0", | "eslint": "8.34.0", | ||
| "eslint-config-next": "13.1.6", | "eslint-config-next": "14.2.3", | ||
| "nextjs-node-loader": "^1.1.5", | "nextjs-node-loader": "^1.1.5", | ||
| "typescript": "4.9.5" | "typescript": "4.9.5" | ||
| } | } | ||
| ... | ... |
projects/app/src/service/middleware/entry.ts
0 → 100644
Please
register
or
sign in
to comment