feat: solution for 'Экзамен: RAG-агент с ChromaDB и веб-поиском'
This commit is contained in:
+13
-5
@@ -1,17 +1,25 @@
|
||||
{
|
||||
"name": "rag-agent-chromadb",
|
||||
"version": "1.0.0",
|
||||
"description": "RAG agent using ChromaDB for vector storage and web search",
|
||||
"description": "RAG agent using ChromaDB and web search",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"test": "echo \"No tests defined\""
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [
|
||||
"rag",
|
||||
"chromadb",
|
||||
"web-search"
|
||||
],
|
||||
"author": "Your Name",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chromadb": "^0.3.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"node-fetch": "^3.3.2",
|
||||
"openai": "^4.19.1"
|
||||
"dotenv": "^16.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user