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
+2 -2
View File
@@ -58,7 +58,7 @@ const {
// QDRANT CONFIG
// ======================
const qdrant = new QdrantClient({
url: "http://20.40.61.65:6333",
url: "http://172.236.181.119:6333",
checkCompatibility: false,
timeout: 30000,
});
@@ -293,7 +293,7 @@ async function processPDF(filePath, fileName) {
pageNum <= pdf.numPages;
pageNum++
) {
// if (pageNum == 7 || pageNum == 8) {continue;}
console.log(