This commit is contained in:
+7
-5
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"name": "agent-s-rag-pamyatyu",
|
||||
"version": "1.0.0",
|
||||
"description": "Agent with RAG memory",
|
||||
"main": "index.js",
|
||||
"description": "RAG agent using ChromaDB as the vector store",
|
||||
"main": "src/index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"langchain-qdrant": "latest",
|
||||
"langchain-ollama": "latest"
|
||||
"chromadb": "^0.3.0",
|
||||
"openai": "^3.3.0",
|
||||
"dotenv": "^16.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user