run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.43k stars 728 forks source link

Add args of trafilaturas function extract to function load_data #872

Closed marcelreschke closed 6 months ago

marcelreschke commented 6 months ago

Description

Add args of trafilaturas function extract to function load_data

I added the following args:

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

anoopshrma commented 6 months ago

Thank you for the contribution! All looks good only linting failed. Could you take a look into that. Thanks!

marcelreschke commented 6 months ago

I have reformatted the failing file using black.

nerdai commented 6 months ago

looks like everything passes now - merging! Thanks @marcelreschke!