From d5f3baba5e1959ee16ac1d11aadf8952a6693951 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de>
Date: Fri, 21 Feb 2025 12:36:36 +0100
Subject: [PATCH] hardcoded FAQ link changed to local resource (for now)

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index f386cd8..937227c 100644
--- a/index.js
+++ b/index.js
@@ -8,7 +8,7 @@ import { handleWorker, processQuery } from './modules/workerInterface.js'
 const worker = new Worker('./worker.js', { type: 'module' });
 
 /** get the up to date FAQ from site */
-const textData = await extractFAQfromHTML("https://www.heicad.hhu.de/lehre/masters-programme-ai-and-data-science/faq/");
+const textData = await extractFAQfromHTML("FAQ.html");
 
 
 /** import precompiled embeddings and check for missing entries */
-- 
GitLab