feat(backend): implement knowledge base management backend API

This commit is contained in:
AI Clinical Dev Team
2025-10-11 11:32:47 +08:00
parent 8a4c703128
commit b26700a7d5
9 changed files with 1346 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
"dependencies": {
"@fastify/cors": "^11.1.0",
"@fastify/jwt": "^10.0.0",
"@fastify/multipart": "^9.2.1",
"@prisma/client": "^6.17.0",
"@types/form-data": "^2.2.1",
"axios": "^1.12.2",