Merge pull request #788 from mendableai/nsc/log-extractpr-options
Some checks are pending
Deploy Images to GHCR / push-app-image (push) Waiting to run

Extractor options logging v1 fix
This commit is contained in:
Nicolas 2024-10-16 23:51:22 -03:00 committed by GitHub
commit 081d7407b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ export async function scrapeController(
crawlerOptions: {},
pageOptions: pageOptions,
origin: origin,
extractor_options: { mode: "markdown" },
extractor_options: extractorOptions,
num_tokens: numTokens,
});