From 41e232cb829f36c96d18a9c53d98cbcd5da41af1 Mon Sep 17 00:00:00 2001 From: liuzc9 <90489940+liuzc9@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:24:51 +0800 Subject: [PATCH] Fix typo in vearch.md (#22840) Fix typo --- docs/docs/integrations/providers/vearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/vearch.md b/docs/docs/integrations/providers/vearch.md index 96350e12c2..6f25eadd1e 100644 --- a/docs/docs/integrations/providers/vearch.md +++ b/docs/docs/integrations/providers/vearch.md @@ -8,7 +8,7 @@ Vearch Python SDK enables vearch to use locally. Vearch python sdk can be instal # Vectorstore -Vearch also can used as vectorstore. Most detalis in [this notebook](/docs/integrations/vectorstores/vearch) +Vearch also can used as vectorstore. Most details in [this notebook](/docs/integrations/vectorstores/vearch) ```python from langchain_community.vectorstores import Vearch