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