Nicolas

Results 270 comments of Nicolas

If anyone wants to test, here is the tool description I was using. ``` Tool( name="Save To Notion", func=notion_save.run, description="Useful for when you need to save text to Notion. The...

Currently, the `SerpAPIWrapper` only works with Google, but you/we can change that and try to account for other engines. Feel free to open a pr if you decide to modify...

Take a look at this link [Using Google Search in an agent](https://langchain.readthedocs.io/en/latest/examples/agents/search_tools.html) There is also the example setup here [Google Search Example](https://langchain.readthedocs.io/en/latest/examples/chains/google_search.html). Which links to [stack overflow](https://stackoverflow.com/questions/37083058/programmatically-searching-google-in-python-using-custom-search) where there are...

I can start on this today. If anyone is interested in helping, I will link a PR here soon.

@dosu-beta issue was resolved and merged on #578

Hey yall, we just merged self-hosting! Here are the quick docs for it [https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md](https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md) Setup is super simple. Let us know if you have any questions. Excited to see yall...

Maybe add an array of regex, that affects the markdown parsing?

Maybe add an array of html semantic tags (less complicated but less customizable)?

What about excluding via xpath or css selectors?