qdrant change
Deploy Node App / deploy (push) Successful in 14s

This commit is contained in:
Gitea
2026-06-08 10:39:45 +05:30
parent 8f5e19b711
commit f96f813d64
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const CONFIG = {
apiKey: process.env.AZURE_OPENAI_KEY,
},
qdrant: {
url: process.env.QDRANT_URL || "http://20.40.61.65:6333",
url: process.env.QDRANT_URL || "http://172.236.181.119:6333",
collection: process.env.QDRANT_COLLECTION || "pdf_rag",
},
search: {