mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-22 07:16:21 -04:00
37dcf37625
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "@llamaindex/examples",
|
|
"version": "0.2.10",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"start": "tsx ./starter.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.0.5",
|
|
"@azure/cosmos": "^4.1.1",
|
|
"@azure/identity": "^4.4.1",
|
|
"@azure/search-documents": "^12.1.0",
|
|
"@llamaindex/anthropic": "^0.2.6",
|
|
"@llamaindex/astra": "^0.0.13",
|
|
"@llamaindex/azure": "^0.1.8",
|
|
"@llamaindex/chroma": "^0.0.13",
|
|
"@llamaindex/clip": "^0.0.45",
|
|
"@llamaindex/cloud": "^3.0.9",
|
|
"@llamaindex/cohere": "^0.0.13",
|
|
"@llamaindex/core": "^0.5.8",
|
|
"@llamaindex/deepinfra": "^0.0.45",
|
|
"@llamaindex/env": "^0.1.29",
|
|
"@llamaindex/firestore": "^1.0.6",
|
|
"@llamaindex/google": "^0.1.2",
|
|
"@llamaindex/groq": "^0.0.60",
|
|
"@llamaindex/huggingface": "^0.0.45",
|
|
"@llamaindex/milvus": "^0.1.8",
|
|
"@llamaindex/mistral": "^0.0.14",
|
|
"@llamaindex/mixedbread": "^0.0.13",
|
|
"@llamaindex/mongodb": "^0.0.13",
|
|
"@llamaindex/node-parser": "^1.0.8",
|
|
"@llamaindex/ollama": "^0.0.48",
|
|
"@llamaindex/openai": "^0.1.61",
|
|
"@llamaindex/pinecone": "^0.0.13",
|
|
"@llamaindex/portkey-ai": "^0.0.41",
|
|
"@llamaindex/postgres": "^0.0.41",
|
|
"@llamaindex/qdrant": "^0.1.8",
|
|
"@llamaindex/readers": "^2.0.8",
|
|
"@llamaindex/replicate": "^0.0.41",
|
|
"@llamaindex/upstash": "^0.0.13",
|
|
"@llamaindex/vercel": "^0.0.19",
|
|
"@llamaindex/vllm": "^0.0.31",
|
|
"@llamaindex/voyage-ai": "^1.0.5",
|
|
"@llamaindex/weaviate": "^0.0.13",
|
|
"@llamaindex/workflow": "^0.0.16",
|
|
"@llamaindex/deepseek": "^0.0.5",
|
|
"@llamaindex/fireworks": "^0.0.5",
|
|
"@llamaindex/together": "^0.0.5",
|
|
"@llamaindex/jinaai": "^0.0.5",
|
|
"@llamaindex/perplexity": "^0.0.2",
|
|
"@notionhq/client": "^2.2.15",
|
|
"@pinecone-database/pinecone": "^4.0.0",
|
|
"@vercel/postgres": "^0.10.0",
|
|
"ai": "^4.0.0",
|
|
"ajv": "^8.17.1",
|
|
"commander": "^12.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"js-tiktoken": "^1.0.14",
|
|
"llamaindex": "^0.9.11",
|
|
"mongodb": "6.7.0",
|
|
"postgres": "^3.4.4",
|
|
"wikipedia": "^2.1.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"stackblitz": {
|
|
"startCommand": "npm start"
|
|
}
|
|
}
|