15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"name": "agent-s-rag-pamyatyu",
|
|
"version": "1.0.0",
|
|
"description": "RAG agent using ChromaDB as the vector store",
|
|
"main": "src/index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"chromadb": "^0.3.0",
|
|
"openai": "^3.3.0",
|
|
"dotenv": "^16.0.0"
|
|
}
|
|
} |