16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "rag-agent-chromadb-websearch",
|
|
"version": "1.0.0",
|
|
"description": "RAG agent using ChromaDB and OpenAI API with web search",
|
|
"main": "src/index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"chromadb": "^1.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"node-fetch": "^2.6.7",
|
|
"openai": "^4.12.0"
|
|
}
|
|
} |