langchain/tests/integration_tests/utilities
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)
2023-04-26 21:04:56 -07:00
..
__init__.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
test_arxiv.py Arxiv document loader (#3627) 2023-04-26 21:04:56 -07:00
test_duckduckdgo_search_api.py Align names of search tools (#3620) 2023-04-26 16:21:34 -07:00
test_googlesearch_api.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
test_googleserper_api.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
test_jira_api.py Fix linting on master (#3327) 2023-04-21 15:49:46 -07:00
test_openweathermap.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
test_serpapi.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
test_wikipedia_api.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
test_wolfram_alpha_api.py Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00