April 2, 2025

Langchain, Ollama and MySQL

Introduction to LangChain for Database Queries LangChain is a powerful framework designed to help developers build applications with language models. In this beginner’s guide, we’ll …

April 1, 2025

Using an AI model to ask questions to your database

In this guide, we’ll explore how to use AI models to interact with your database using natural language, allowing you to query your data without writing SQL. Basic Implementation Here’s a …