feat(knowledge): add document parser and metadata management

This commit is contained in:
2025-11-20 14:00:30 +08:00
parent 79ee33be7c
commit c992c04c7c
11 changed files with 492 additions and 13 deletions

View File

@@ -38,7 +38,9 @@
"react-is": "18.3.1",
"react-router-dom": "^7.9.4",
"uuid": "^13.0.0",
"zustand": "^5.0.8"
"zustand": "^5.0.8",
"@monaco-editor/react": "^4.6.0",
"monaco-editor": "^0.52.2"
},
"devDependencies": {
"@eslint/js": "^9.36.0",