From b585ce11f0be184e0dbf83398c2cc01921e568b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuana=20=C3=87elik?= Date: Fri, 16 Feb 2024 18:29:35 +0100 Subject: [PATCH] Update mistral.md --- integrations/mistral.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/mistral.md b/integrations/mistral.md index 3e0f2c09..faffd31b 100644 --- a/integrations/mistral.md +++ b/integrations/mistral.md @@ -41,8 +41,8 @@ pip install mistral-haystack ## Usage ### Components This instegration introduces 3 components: -- The `MistralDocumentEmbedder`: Creates embeddings for Haystack Documents using Mistrak embedding models (currently only `mistral-embed`). -- The `MistralTextEmbedder`: Creates embeddings for texts (such as queries) using Mistrak embedding models (currently only `mistral-embed`) +- The `MistralDocumentEmbedder`: Creates embeddings for Haystack Documents using Mistral embedding models (currently only `mistral-embed`). +- The `MistralTextEmbedder`: Creates embeddings for texts (such as queries) using Mistral embedding models (currently only `mistral-embed`) - The `MistralChatGenerator`: Uses Mistral chat completion models such as `mistral-tiny` (default). ### Use Mistral Generative Models