15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"name": "rag-agent-chromadb",
|
|
"version": "1.0.0",
|
|
"description": "A simple RAG agent using ChromaDB for vector storage and web search.",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "node src/test.js"
|
|
},
|
|
"dependencies": {
|
|
"@chromadb/chromadb": "^0.1.0",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
} |