Add support for reading PDF and docx files

This commit is contained in:
Saoud Rizwan
2024-08-31 02:21:23 -04:00
parent 5a05279a4d
commit 1d87bcf767
4 changed files with 195 additions and 14 deletions

View File

@@ -136,6 +136,7 @@
"@anthropic-ai/sdk": "^0.26.0",
"@anthropic-ai/vertex-sdk": "^0.4.1",
"@types/clone-deep": "^4.0.4",
"@types/pdf-parse": "^1.1.4",
"@vscode/codicons": "^0.0.36",
"axios": "^1.7.4",
"clone-deep": "^4.0.1",
@@ -144,9 +145,12 @@
"diff": "^5.2.0",
"execa": "^9.3.0",
"globby": "^14.0.2",
"isbinaryfile": "^5.0.2",
"mammoth": "^1.8.0",
"openai": "^4.54.0",
"os-name": "^6.0.0",
"p-wait-for": "^5.0.2",
"pdf-parse": "^1.1.1",
"serialize-error": "^11.0.3",
"tree-kill": "^1.2.2",
"tree-sitter-wasms": "^0.1.11",