@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user