This commit is contained in:
+8
-5
@@ -1,15 +1,18 @@
|
||||
{
|
||||
"name": "agent-s-rag-pamyatyu",
|
||||
"version": "1.0.0",
|
||||
"description": "Agent with RAG memory using Ollama embeddings",
|
||||
"description": "RAG agent using Ollama embeddings and Qdrant vector store",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
"start": "node src/index.js",
|
||||
"test": "echo \"No tests defined\""
|
||||
},
|
||||
"dependencies": {
|
||||
"ollama-embeddings": "^1.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"node-fetch": "^3.3.2"
|
||||
"@langchain/openai": "^0.0.0",
|
||||
"@langchain/community": "^0.0.0",
|
||||
"langchain": "^0.0.0",
|
||||
"@qdrant/js-client": "^1.0.0",
|
||||
"dotenv": "^16.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user