From 2ce045912f31202a7701c513c1ebffe8f21469f3 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 13 May 2024 10:56:08 -0700 Subject: [PATCH] Nick: disable vision right now --- apps/api/src/scraper/WebScraper/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/scraper/WebScraper/index.ts b/apps/api/src/scraper/WebScraper/index.ts index e3256dbd..7ef0a100 100644 --- a/apps/api/src/scraper/WebScraper/index.ts +++ b/apps/api/src/scraper/WebScraper/index.ts @@ -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" &&