Skip to content
Snippets Groups Projects
Commit d5f3baba authored by Konrad Völkel's avatar Konrad Völkel
Browse files

hardcoded FAQ link changed to local resource (for now)

parent 99f4940f
No related branches found
No related tags found
No related merge requests found
Pipeline #151304 passed
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment