Nick: disable vision right now
This commit is contained in:
parent
66bd1e4020
commit
2ce045912f
@ -196,7 +196,7 @@ export class WebScraperDataProvider {
|
|||||||
let documents = await this.convertUrlsToDocuments(links, inProgress);
|
let documents = await this.convertUrlsToDocuments(links, inProgress);
|
||||||
documents = await this.getSitemapData(this.urls[0], documents);
|
documents = await this.getSitemapData(this.urls[0], documents);
|
||||||
documents = this.applyPathReplacements(documents);
|
documents = this.applyPathReplacements(documents);
|
||||||
documents = await this.applyImgAltText(documents);
|
// documents = await this.applyImgAltText(documents);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
this.extractorOptions.mode === "llm-extraction" &&
|
this.extractorOptions.mode === "llm-extraction" &&
|
||||||
|
Loading…
Reference in New Issue
Block a user