17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"name": "rag-agent-chromadb",
|
|
"version": "1.0.0",
|
|
"description": "RAG agent using ChromaDB for vector storage and web search",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "echo \"No tests defined\""
|
|
},
|
|
"dependencies": {
|
|
"chromadb": "^0.3.0",
|
|
"dotenv": "^16.4.5",
|
|
"node-fetch": "^3.3.2",
|
|
"openai": "^4.19.1"
|
|
}
|
|
} |