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 ```