From be7a5aa7261df531335f96c5ef4dc086a2779431 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 8 Aug 2024 10:07:24 -0700 Subject: [PATCH] docs: fix mdx fences (#25184) --- docs/docs/integrations/platforms/index.mdx | 2 -- docs/docs/modules/data_connection/document_loaders/pdf.mdx | 2 -- .../modules/data_connection/document_transformers/index.mdx | 2 -- docs/docs/modules/data_connection/vectorstores/index.mdx | 2 -- 4 files changed, 8 deletions(-) diff --git a/docs/docs/integrations/platforms/index.mdx b/docs/docs/integrations/platforms/index.mdx index 16a878a6f60..9ad7a0c5008 100644 --- a/docs/docs/integrations/platforms/index.mdx +++ b/docs/docs/integrations/platforms/index.mdx @@ -5,11 +5,9 @@ sidebar_class_name: hidden # Providers -```{=mdx} -``` :::info diff --git a/docs/docs/modules/data_connection/document_loaders/pdf.mdx b/docs/docs/modules/data_connection/document_loaders/pdf.mdx index efadb9b690e..695a6d3761b 100644 --- a/docs/docs/modules/data_connection/document_loaders/pdf.mdx +++ b/docs/docs/modules/data_connection/document_loaders/pdf.mdx @@ -4,11 +4,9 @@ keywords: [PyPDFDirectoryLoader, PyMuPDFLoader] # PDF -```{=mdx} -``` >[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. diff --git a/docs/docs/modules/data_connection/document_transformers/index.mdx b/docs/docs/modules/data_connection/document_transformers/index.mdx index 6a57537876e..899da93de33 100644 --- a/docs/docs/modules/data_connection/document_transformers/index.mdx +++ b/docs/docs/modules/data_connection/document_transformers/index.mdx @@ -4,11 +4,9 @@ sidebar_class_name: hidden --- # Text Splitters -```{=mdx} -``` 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 diff --git a/docs/docs/modules/data_connection/vectorstores/index.mdx b/docs/docs/modules/data_connection/vectorstores/index.mdx index ba4f1e0faae..16ef9b146c3 100644 --- a/docs/docs/modules/data_connection/vectorstores/index.mdx +++ b/docs/docs/modules/data_connection/vectorstores/index.mdx @@ -4,11 +4,9 @@ sidebar_class_name: hidden --- # Vector stores -```{=mdx} -``` :::info Head to [Integrations](/docs/integrations/vectorstores/) for documentation on built-in integrations with 3rd-party vector stores.