UncleCode
UncleCode
Can you show me a sample of the code you're running? I'm currently testing it and I'd appreciate it if you shared your code so I can review it.
@RiteshKB Sure, let me check your code and back to you.
@RiteshKB Your code has some issues. Consider the following code. When using a HuggingFace model, I suggest downloading it first, as it works better. Now that `ollama` supports HuggingFace models,...
@roshan-sinha-dev Thx using Crawl4ai, would you please share the url? So I can play around with it. Thx
@roshan-sinha-dev Roshan to let you know that our library will do most of the things that you tried to do in your code: we check for duplication, we also add...
@jmontoyavallejo Thx for the suggestion, crawling PDF, and media files (video, audio) in the backlog, hopefully soon.
@thetesttoy I ran your code on my Mac and it worked fine. Could you provide more details about your specs and platform? There might be an issue on your end,...
@sujin502 Sorry to hear that you encountered a bug after changing to the new version. Could you share the code snippet with me on how you're using it? However, by...
@sujin502 I can see now the problem, so I suggest running the docker and then communicating with the crawler4ai through the docker server, you can call the API and then...
Hi, This is code sample to try proxy: ``` async def use_proxy(): print("\n--- Using a Proxy ---") print( "Note: Replace 'http://your-proxy-url:port' with a working proxy to run this example." )...