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 …
All my thoughts on technology, programming, and databases.
April 2, 2025
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
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 …