langchain/docs/docs/integrations/document_loaders
Ian 3019a594b7
community[minor]: Add tidb loader support (#17788)
This pull request support loading data from TiDB database with
Langchain.

A simple usage:
```
from  langchain_community.document_loaders import TiDBLoader

CONNECTION_STRING = "mysql+pymysql://root@127.0.0.1:4000/test"

QUERY = "select id, name, description from items;"
loader = TiDBLoader(
    connection_string=CONNECTION_STRING,
    query=QUERY,
    page_content_columns=["name", "description"],
    metadata_columns=["id"],
)
documents = loader.load()
print(documents)
```
2024-02-21 16:42:33 -08:00
..
example_data infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
acreom.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
airbyte_cdk.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_gong.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_hubspot.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_json.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
airbyte_salesforce.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_shopify.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_stripe.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_typeform.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airbyte_zendesk_support.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
airtable.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
alibaba_cloud_maxcompute.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
amazon_textract.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
apify_dataset.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
arcgis.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
arxiv.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
assemblyai.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
astradb.ipynb Add doc for AstraDB document loader (#15703) 2024-01-08 12:21:46 -08:00
async_chromium.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
async_html.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
athena.ipynb community[minor]: AWS Athena Document Loader (#15625) 2024-02-12 12:53:40 -08:00
aws_s3_directory.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
aws_s3_file.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
azlyrics.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
azure_ai_data.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
azure_blob_storage_container.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
azure_blob_storage_file.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
azure_document_intelligence.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
bibtex.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
bilibili.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
blackboard.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
blockchain.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
brave_search.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
browserless.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
cassandra.ipynb astradb: bootstrapping Astra DB as Partner Package (#16875) 2024-02-15 15:50:59 -08:00
chatgpt_loader.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
college_confidential.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
concurrent.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
confluence.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
conll-u.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
copypaste.ipynb Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
couchbase.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
csv.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
cube_semantic.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
datadog_logs.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
diffbot.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
discord.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
docugami.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
docusaurus.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
dropbox.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
duckdb.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
email.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
epub.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
etherscan.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
evernote.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
facebook_chat.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
fauna.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
figma.ipynb docs: langchain-openai (#15513) 2024-01-06 15:54:48 -08:00
geopandas.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
git.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
gitbook.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
github.ipynb docs: Fix typo in github.ipynb (#17259) 2024-02-08 12:03:00 -08:00
google_bigquery.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
google_cloud_storage_directory.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
google_cloud_storage_file.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
google_drive.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
google_speech_to_text.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
grobid.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
gutenberg.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
hacker_news.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
huawei_obs_directory.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
huawei_obs_file.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
hugging_face_dataset.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
ifixit.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
image_captions.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
image.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
imsdb.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
iugu.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
joplin.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
jupyter_notebook.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
lakefs.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
larksuite.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
mastodon.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
mediawikidump.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
merge_doc.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
mhtml.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
microsoft_excel.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
microsoft_onedrive.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
microsoft_onenote.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
microsoft_powerpoint.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
microsoft_sharepoint.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
microsoft_word.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
modern_treasury.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
mongodb.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
news.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
notion.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
notiondb.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
nuclia.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
obsidian.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
odt.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
open_city_data.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
org_mode.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
pandas_dataframe.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
pebblo.ipynb community[minor]: Add pebblo safe document loader (#16862) 2024-02-12 21:56:12 -08:00
polars_dataframe.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
psychic.ipynb docs: fix links (#16284) 2024-01-19 08:51:12 -08:00
pubmed.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
pyspark_dataframe.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
quip.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
readthedocs_documentation.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
recursive_url.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
reddit.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
roam.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
rockset.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
rspace.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
rss.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
rst.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
sitemap.ipynb docs: Updated docs for sitemap loader to use correct URL (#17395) 2024-02-12 16:20:32 -08:00
slack.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
snowflake.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
source_code.ipynb Framework for supporting more languages in LanguageParser (#13318) 2024-02-13 08:45:49 -08:00
spreedly.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
stripe.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
subtitle.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
surrealdb.ipynb community[minor]: Added document loader for SurrealDB (#15995) 2024-01-15 10:32:42 -08:00
telegram.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
tencent_cos_directory.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
tencent_cos_file.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
tensorflow_datasets.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
tidb.ipynb community[minor]: Add tidb loader support (#17788) 2024-02-21 16:42:33 -08:00
tomarkdown.ipynb docs: Fix broken urls (#16559) 2024-01-25 09:20:05 -08:00
toml.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
trello.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
tsv.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
twitter.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
unstructured_file.ipynb community[patch]: Load list of files using UnstructuredFileLoader (#16216) 2024-01-23 19:37:37 -08:00
url.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
vsdx.ipynb community[minor]: New documents loader for visio files (with extension .vsdx) (#16171) 2024-01-22 22:07:03 -08:00
weather.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
web_base.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
whatsapp_chat.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
wikipedia.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
xml.ipynb docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
xorbits.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
youtube_audio.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
youtube_transcript.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00