Mish Ushakov

Results 253 comments of Mish Ushakov

We should get rid of Readable.js in favour of html2text

This is now possible, you can just action the page as you wish and then provide to llm scraper to scrape

Currently not, but you can use `generateAISDKCompletions` function from models.ts

Hey, no, WebAPIs are implemented by _runtimes_, not by JavaScript **engines**. In the latter case you will have to re-implement all the WebAPIs yourself using what is called a callback,...

The main example seems outdated, here's a working one: ```rs use rusty_jsc::{JSContext, JSObject, JSValue}; use rusty_jsc_macros::callback; #[callback] fn foo( ctx: JSContext, function: JSObject, this: JSObject, args: &[JSValue], ) -> Result...

Hey @TuanaCelik, sorry for bothering. Could I ask to for a review and get this merged? Can't wait to announce our Haystack integration 😄

Thanks for your quick reply! Does this look finished enough? 😅

Just letting you know: we're ready for another review

Can we get a green light on this one, @TuanaCelik?

Hey @beiyanpiki this is not an issue with llm-scraper, but with Vercel AI SDK. You can report the issue here: https://github.com/vercel/ai/issues