AI

Weather App with Mistral Function Call

Posted on:

Here, we demonstrate Mistral’s function calling with a weather app. The original Mistral function calling tutorial simulates function calls, but here, we want to use a real third-party […]

AI

Tarot Reading with Mistral RAG

Posted on:

I like to watch tarot readings on YouTube sometimes, and while chatbots usually know about the most popular tarot and oracle decks, I love expanding their knowledge with […]

AI

Chatbot Role Play with Mistral’s Prefixes

Posted on:

A prefix is a string prepended to a model’s response. This allows some control over the response. The Mistral tutorial on prefixes mentioned various use cases, such as […]

AI

Mistral’s Embedding Use Cases

Posted on:

Just a quick post about Mistral’s embedding capability and use cases from Mistral’s embedding tutorial. We’ll cover: Setup Embed Sentences Embedding dimensions are 1024 long. Distance Measure Setup […]

AI

Code Generation with Mistral’s Codestral

Posted on:

Let’s show three simple ways of using code generation, based on Mistral’s code generation tutorial: fill in the middle, code completion, and use instruction. Setup Fill in the […]