langchain/libs/community/tests/integration_tests/document_loaders
M.Abdulrahman Alnaseer ba54f1577f
community[minor]: add support for llmsherpa (#19741)
Thank you for contributing to LangChain!

- [x] **PR title**: "community: added support for llmsherpa library"

- [x] **Add tests and docs**: 
1. Integration test:
'docs/docs/integrations/document_loaders/test_llmsherpa.py'.
2. an example notebook:
`docs/docs/integrations/document_loaders/llmsherpa.ipynb`.


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-03-29 16:04:57 -07:00
..
parsers community[patch]: move pdf text tests to integration (#18746) 2024-03-07 10:34:22 -08:00
__init__.py
test_arxiv.py
test_astradb.py
test_bigquery.py
test_bilibili.py community[patch]: fix bugs for bilibili Loader (#18036) 2024-03-28 16:39:38 -07:00
test_blockchain.py
test_cassandra.py
test_confluence.py
test_couchbase.py
test_csv_loader.py
test_dataframe.py
test_docusaurus.py
test_duckdb.py
test_email.py
test_etherscan.py
test_excel.py
test_facebook_chat.py
test_fauna.py
test_figma.py
test_geodataframe.py
test_gitbook.py
test_github.py
test_google_speech_to_text.py
test_ifixit.py
test_joplin.py
test_json_loader.py
test_lakefs.py
test_language.py
test_larksuite.py
test_llmsherpa.py community[minor]: add support for llmsherpa (#19741) 2024-03-29 16:04:57 -07:00
test_mastodon.py
test_max_compute.py
test_modern_treasury.py
test_news.py
test_nuclia.py
test_odt.py
test_org_mode.py
test_pdf.py
test_polars_dataframe.py
test_pubmed.py
test_pyspark_dataframe_loader.py
test_python.py
test_quip.py
test_recursive_url_loader.py
test_rocksetdb.py
test_rss.py
test_rst.py
test_sitemap.py
test_slack.py
test_spreedly.py
test_sql_database.py
test_stripe.py
test_telegram.py
test_tensorflow_datasets.py
test_tidb.py
test_tsv.py
test_unstructured.py
test_url_playwright.py
test_url.py
test_whatsapp_chat.py
test_wikipedia.py
test_xml.py
test_xorbits.py