-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update Firecrawl version and add FirecrawlExtractTool #4073
base: main
Are you sure you want to change the base?
chore: update Firecrawl version and add FirecrawlExtractTool #4073
Conversation
thanks @ftonato ! One way to test it is via Document Store: |
optional: true, | ||
additionalParams: true | ||
} | ||
// ... (other input parameters) | ||
] | ||
this.outputs = [ | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will revert this part!
Hey @HenryHengZJ, I am still trying this approach, but every time I get the same error: Let me share the video I recorded so you can see what I’m doing: CleanShot.2025-02-27.at.23.42.59.mp4 |
Hello @HenryHengZJ, did you have the chance to see my last message? |
11d94a8
to
efa02ea
Compare
efa02ea
to
f2ab76a
Compare
Hello @HenryHengZJ & @chungyau97, I apologize for pinging you again, but I am still waiting for some clarity. Could you point me to someone who can help me with this? |
Hi @ftonato , I recommend that you follow this documentation and use this template as an example. You can use this chatflow example that work on Cheerio to test it. ![]() |
…traction - Introduced FireCrawl-TEST.ts to validate FireCrawlLoader functionality. - Implemented tests for basic scraping, crawling with text splitting, data extraction, and extract status retrieval. - Enhanced error handling in FireCrawlLoader for better debugging.
Hello @chungyau97, Thanks a lot for providing the schema! I was able to test it successfully and went ahead and created a test file to help with local debugging. If possible, please leave that file in place. I’m responsible for the Firecrawl implementation and I’m watching the repo, so I’ll get notified if anyone else makes changes to those files 🚀 |
Hello,
I am one of the people building Firecrawl, and it would be great to update the version to support our new API version (v1). I made a few changes, but I wasn’t able to test them.
It would be helpful if we could test it before merging to ensure everything is working as expected. Could someone help me understand how to test it?
The visual part is working as expected, but my problem is how to check the request/response from each method we have?
Thank you!