mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
5b6bbf4ab2
# Introduces embaas document extraction api endpoints In this PR, we add support for embaas document extraction endpoints to Text Embedding Models (with LLMs, in different PRs coming). We currently offer the MTEB leaderboard top performers, will continue to add top embedding models and soon add support for customers to deploy thier own models. Additional Documentation + Infomation can be found [here](https://embaas.io). While developing this integration, I closely followed the patterns established by other langchain integrations. Nonetheless, if there are any aspects that require adjustments or if there's a better way to present a new integration, let me know! :) Additionally, I fixed some docs in the embeddings integration. Related PR: #5976 #### Who can review? DataLoaders - @eyurtsev |
||
---|---|---|
.. | ||
parsers | ||
__init__.py | ||
test_arxiv.py | ||
test_bigquery.py | ||
test_bilibili.py | ||
test_blockchain.py | ||
test_confluence.py | ||
test_csv_loader.py | ||
test_dataframe.py | ||
test_duckdb.py | ||
test_email.py | ||
test_embaas.py | ||
test_excel.py | ||
test_facebook_chat.py | ||
test_fauna.py | ||
test_figma.py | ||
test_gitbook.py | ||
test_github.py | ||
test_ifixit.py | ||
test_joplin.py | ||
test_json_loader.py | ||
test_mastodon.py | ||
test_max_compute.py | ||
test_modern_treasury.py | ||
test_odt.py | ||
test_pdf.py | ||
test_pyspark_dataframe_loader.py | ||
test_python.py | ||
test_sitemap.py | ||
test_slack.py | ||
test_spreedly.py | ||
test_stripe.py | ||
test_unstructured.py | ||
test_url_playwright.py | ||
test_url.py | ||
test_whatsapp_chat.py | ||
test_xml.py |