diff --git a/index.js b/index.js index f386cd8d410106b4ece4855f377615ddd4fb43ac..937227c59ef17d6d9b6c85c03e141f8f8085a63e 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 */