Ekin Senler

Results 5 comments of Ekin Senler

You can refer to #544 . `DeepScraperGraph` is currently not working as intended.

I think for your case, returned HTML content from the fetch node doesn't contain any link and LLM is making up some random links that are similar to the prompted...

`SmartScraperGraph` doesn't use URL search inside the HTML content as far as I know. For that purpose, I am using `DeepScraperGraph`. But you need to implement a filter on some...

I don't think `max_depth` is functional yet. `DeepScraperGraph` is also buggy as it requires you to use an `embedder_model` that seems not functioning inside the code. I fixed the error...

I am waiting on a confirmation if devs are already working on the fix of this issue or else I am going to create a pull request.