Helpful for loading pages from a whole website, this will load a sitemap from a given URL, and then scrape and load all the pages in the sitemap, returning each page as a document.
- asks for the list of tables
- then the table metadata
- then executes the query
- encounters an error caused by joining on a column that doesn't exist
- fixes the error and executes new query
Too many changes to even try to list in a single tweet 😅 But as a teaser:
- Support for using GPUs with @huggingface models
- A decorator to easily turn a function into a Tool
- Lots more!
🧵
🔧 Decorator for creating tools
Thanks to @jxnlco you can now create a Tool from a function with a simple decorator. Easier than ever to have agents start interacting with arbitrary functions!