Skip to content

Commit

Permalink
Update mistral.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik authored Feb 16, 2024
1 parent 701a436 commit b585ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/mistral.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b585ce1

Please sign in to comment.