Add agentic RAG implementation with enhanced document processing and LLM services

This commit is contained in:
Jon
2025-07-27 22:06:13 -04:00
parent c67dab22b4
commit 9c1b6d1327
18 changed files with 5804 additions and 1581 deletions

View File

@@ -35,7 +35,8 @@
"puppeteer": "^21.11.0",
"redis": "^4.6.10",
"uuid": "^11.1.0",
"winston": "^3.11.0"
"winston": "^3.11.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",