From 079c7ea0fc2a8a079dc48f465ff17dd42174f1f2 Mon Sep 17 00:00:00 2001 From: funkyrailroad Date: Sun, 8 Dec 2024 23:42:00 -0500 Subject: [PATCH] docs: Fix typo in weaviate integration docs (#28425) - [ ] "docs: Fix typo in weaviate integration docs" --- docs/docs/integrations/vectorstores/weaviate.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/weaviate.ipynb b/docs/docs/integrations/vectorstores/weaviate.ipynb index bd610770553..ebe4541269f 100644 --- a/docs/docs/integrations/vectorstores/weaviate.ipynb +++ b/docs/docs/integrations/vectorstores/weaviate.ipynb @@ -552,7 +552,7 @@ "id": "66690c78", "metadata": {}, "source": [ - "A known limitation of large languag models (LLMs) is that their training data can be outdated, or not include the specific domain knowledge that you require.\n", + "A known limitation of large language models (LLMs) is that their training data can be outdated, or not include the specific domain knowledge that you require.\n", "\n", "Take a look at the example below:" ]