-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.24 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "answerpdf",
"version": "1.0.0",
"description": "<!-- title: 'AWS Simple HTTP Endpoint example in NodeJS' description: 'This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.' layout: Doc framework: v3 platform: AWS language: nodeJS authorLink: 'https://github.com/serverless' authorName: 'Serverless, inc.' authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4' -->",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/krisunni/answerPDF.git"
},
"keywords": [
"chatgpt",
"vectordb",
"pdf"
],
"author": "Kris Unnikannan",
"license": "ISC",
"bugs": {
"url": "https://github.com/krisunni/answerPDF/issues"
},
"homepage": "https://github.com/krisunni/answerPDF#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.332.0",
"@pinecone-database/pinecone": "^0.1.5",
"aws-sdk": "^2.1327.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"langchain": "^0.0.67",
"openai": "^3.2.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "3.4.120"
}
}