Nick: disable vision right now

This commit is contained in:
Nicolas 2024-05-13 10:56:08 -07:00
parent 66bd1e4020
commit 2ce045912f

View File

@ -196,7 +196,7 @@ export class WebScraperDataProvider {
let documents = await this.convertUrlsToDocuments(links, inProgress);
documents = await this.getSitemapData(this.urls[0], documents);
documents = this.applyPathReplacements(documents);
documents = await this.applyImgAltText(documents);
// documents = await this.applyImgAltText(documents);
if (
this.extractorOptions.mode === "llm-extraction" &&