From f1f1759f02953ffc006b11a1e45970a57a12a511 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 31 Jul 2023 18:54:46 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(multiple-vectorstores.mdx):?= =?UTF-8?q?=20fix=20code=20block=20language=20from=20'txt'=20to=20'text'?= =?UTF-8?q?=20for=20clarity=20and=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/examples/multiple-vectorstores.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/multiple-vectorstores.mdx b/docs/docs/examples/multiple-vectorstores.mdx index 0bb6b9ade..0c9f11c4c 100644 --- a/docs/docs/examples/multiple-vectorstores.mdx +++ b/docs/docs/examples/multiple-vectorstores.mdx @@ -13,7 +13,7 @@ The `TextLoader` loads a TXT file, while the `WebBaseLoader` pulls text from web URL used by the `WebBaseLoader`: -```txt +```text https://pt.wikipedia.org/wiki/Harry_Potter ```