mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-22 23:35:51 -04:00
660b831b9e
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: himself65 <himself65@users.noreply.github.com>
38 lines
927 B
JSON
38 lines
927 B
JSON
{
|
|
"name": "@llamaindex/examples",
|
|
"private": true,
|
|
"version": "0.0.13",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
"@azure/cosmos": "^4.1.1",
|
|
"@azure/identity": "^4.4.1",
|
|
"@datastax/astra-db-ts": "^1.4.1",
|
|
"@llamaindex/core": "^0.4.5",
|
|
"@llamaindex/readers": "^1.0.6",
|
|
"@llamaindex/workflow": "^0.0.3",
|
|
"@notionhq/client": "^2.2.15",
|
|
"@pinecone-database/pinecone": "^3.0.2",
|
|
"@vercel/postgres": "^0.10.0",
|
|
"@zilliz/milvus2-sdk-node": "^2.4.6",
|
|
"chromadb": "^1.8.1",
|
|
"commander": "^12.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"js-tiktoken": "^1.0.14",
|
|
"llamaindex": "^0.8.8",
|
|
"mongodb": "^6.7.0",
|
|
"pathe": "^1.1.2",
|
|
"postgres": "^3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"stackblitz": {
|
|
"startCommand": "npm start"
|
|
}
|
|
}
|