Using LangChain with Ollama to Create an AI Agent Tool

Using LangChain with Ollama to Create an AI Agent Tool

Tiempo de lectura: < 1 minutoWe are going to learn how to connect LangChain to our deployed Ollama server today with a small example, for instance, an IA Tools. We first need to have Ollama deployed: here is how. You will obtain the endpoint once Ollama is deployed, and then use LangChain with Python to connect to it remotely. You … Read more

How to Create a Multimodal Chatbot with AI Generative

How to Create a Multimodal Chatbot with AI Generative

Tiempo de lectura: 2 minutosIn 2025, LLaMA (Large Language Model Meta AI) has consolidated as one of the most versatile options for chatbots local or cloud-based, capable of processing text, images, and audio. In this tutorial, you will learn to create a multimodal chatbot using only LLaMA. LLaMA 3 has versions with 7B, 13B, and 70B parameters; for local … Read more

How to Create a Mobile App with Local AI Using Mistral and Transformers.js with React Native

How to Create a Mobile App with Local AI Using Mistral and Transformers.js with React Native

Tiempo de lectura: 2 minutosDo you imagine an app that works with artificial intelligence without internet connection? Today I’ll show you how to use Transformers.js and a model like Mistral 7B quantized in the browser or on your mobile, without sending data to external servers. You’ll achieve total privacy by using your own device, it’s free to use, works … Read more