You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests/document_loaders
leo-gan 36c59e0c25
`Arxiv` document loader (#3627)
It makes sense to use `arxiv` as another source of the documents for
downloading.
- Added the `arxiv` document_loader, based on the
`utilities/arxiv.py:ArxivAPIWrapper`
- added tests
- added an example notebook
- sorted `__all__` in `__init__.py` (otherwise it is hard to find a
class in the very long list)
1 year ago
..
__init__.py
test_arxiv.py `Arxiv` document loader (#3627) 1 year ago
test_bigquery.py
test_bilibili.py
test_blockchain.py Harrison/blockchain docloader (#3491) 1 year ago
test_bshtml.py Add get_text_separator parameter to BSHTMLLoader (#3551) 1 year ago
test_confluence.py Several confluence loader improvements (#3300) 1 year ago
test_dataframe.py
test_duckdb.py
test_email.py
test_figma.py
test_gitbook.py
test_ifixit.py
test_pdf.py
test_python.py Add PythonLoader which auto-detects encoding of Python files (#3311) 1 year ago
test_sitemap.py
test_slack.py Add Slack Directory Loader (#2841) 1 year ago
test_url.py add continue to fix 'continue_on_failure' parameter for URL doc loader (#2735) 1 year ago
test_url_playwright.py Harrison/playwright selector (#3185) 1 year ago