-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 Bytes
/
package.json
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
{
"name": "iteractive_agentic_rag",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "ts-node src/scripts/init.ts",
"init:wiki": "ts-node src/scripts/initWikipedia.ts",
"init:embed": "ts-node src/scripts/embedFiles.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.7.5",
"@types/node-persist": "^3.1.8",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"dependencies": {
"@opendocsg/pdf2md": "^0.1.31",
"dotenv": "^16.4.5",
"jsonrepair": "^3.8.1",
"llamaindex": "^0.6.22",
"node-html-markdown": "^1.3.0",
"node-persist": "^4.0.3",
"qdrant": "^1.3.1",
"remove-markdown": "^0.5.5",
"cross-fetch": "^4.0.0",
"node-fetch": "^3.3.2",
"ollama": "^0.5.9",
"openai": "^4.70.2"
}
}