mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-22 02:45:49 +00:00
docs: fix mdx fences (#25184)
This commit is contained in:
parent
27170b08da
commit
be7a5aa726
@ -5,11 +5,9 @@ sidebar_class_name: hidden
|
|||||||
|
|
||||||
# Providers
|
# Providers
|
||||||
|
|
||||||
```{=mdx}
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/integrations/platforms/" />
|
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/integrations/platforms/" />
|
||||||
</head>
|
</head>
|
||||||
```
|
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
|
@ -4,11 +4,9 @@ keywords: [PyPDFDirectoryLoader, PyMuPDFLoader]
|
|||||||
|
|
||||||
# PDF
|
# PDF
|
||||||
|
|
||||||
```{=mdx}
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/how_to/document_loader_pdf/" />
|
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/how_to/document_loader_pdf/" />
|
||||||
</head>
|
</head>
|
||||||
```
|
|
||||||
|
|
||||||
>[Portable Document Format (PDF)](https://en.wikipedia.org/wiki/PDF), standardized as ISO 32000, is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.
|
>[Portable Document Format (PDF)](https://en.wikipedia.org/wiki/PDF), standardized as ISO 32000, is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.
|
||||||
|
|
||||||
|
@ -4,11 +4,9 @@ sidebar_class_name: hidden
|
|||||||
---
|
---
|
||||||
# Text Splitters
|
# Text Splitters
|
||||||
|
|
||||||
```{=mdx}
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/concepts/" />
|
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/concepts/" />
|
||||||
</head>
|
</head>
|
||||||
```
|
|
||||||
|
|
||||||
Once you've loaded documents, you'll often want to transform them to better suit your application. The simplest example
|
Once you've loaded documents, you'll often want to transform them to better suit your application. The simplest example
|
||||||
is you may want to split a long document into smaller chunks that can fit into your model's context window. LangChain
|
is you may want to split a long document into smaller chunks that can fit into your model's context window. LangChain
|
||||||
|
@ -4,11 +4,9 @@ sidebar_class_name: hidden
|
|||||||
---
|
---
|
||||||
# Vector stores
|
# Vector stores
|
||||||
|
|
||||||
```{=mdx}
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/concepts/" />
|
<link rel="canonical" href="https://python.langchain.com/v0.2/docs/concepts/" />
|
||||||
</head>
|
</head>
|
||||||
```
|
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
Head to [Integrations](/docs/integrations/vectorstores/) for documentation on built-in integrations with 3rd-party vector stores.
|
Head to [Integrations](/docs/integrations/vectorstores/) for documentation on built-in integrations with 3rd-party vector stores.
|
||||||
|
Loading…
Reference in New Issue
Block a user