UncleCode

Results 417 comments of UncleCode

@jl-martins That's correct. I was going to suggest using hooks to set whatever you want in the header, but I noticed you have already done it here, and you've done...

@sanchitsingh001 I assume you are using the LLM extraction strategy, such limits relates to the model. However, you can fix the issue in certain ways. The LLM extraction strategy can...

@sanchitsingh001 You're welcom, sure I will take a look on this, coming weekend.

@yulin0629 I would appreciate an example as I expect this to improve over time. If you can provide one example of your input, what you're getting, and what you expect,...

@Jevli Hi, you're right. It's definitely a weird bug. For the second one, can you share your code snippet with me? As for the duck herd, I will check tomorrow...

@Jevli I am working on this and have been engaged in updating the documentation. Let me summarize: right now, in your case with Docker, the screenshot doesn't work, and you...

@Jevli Right now, I can confirm that the code below works (I am not talking about Docker). Both the PDF and the screenshot are included. Regarding Docker, I can't say...

@Jevli You are right; there are a few things to address. First, if you create a crawler strategy and do not set any logger, I noticed that my code didn't...

@Jevli I want to share an example of how to use hooks with the library. You can use a context manager, and you can also use it implicitly. In this...

@Pranshu172 Thx for trying Crawl4ai. Regarding the first case, can you share a code snippet? I'm having trouble understanding the situation where passing multiple URLs and using `run_many` (I assume)...