Join our Discord Server

Python

How to Build and Host Your Own MCP Servers in Easy Steps?

Introduction The Model Context Protocol (MCP) is revolutionizing how LLMs interact with external data sources and tools. Think of MCP as...
Adesoji Alu
1 min read

Setting Up Ollama & Running DeepSeek R1 Locally for a Powerful RAG System

Discover how to create a private AI-powered document analysis system using cutting-edge open-source tools. System Requirements 16GB RAM minimum 10th Gen...
Adesoji Alu
2 min read

Using Ollama in Production: A Developer’s Practical Guide

As a developer who’s worked extensively with AI tools, I’ve found Ollama to be an intriguing option for production deployments. While...
Adesoji Alu
3 min read

Snowflake, Model Context Protocol (MCP) Server and Claude Desktop

  TL;DR: We’ll set up and run a Model Context Protocol (MCP) server that communicates with Snowflake to run SQL queries....
Ajeet Raina
3 min read

How to Run DeepSeek-V3 Locally on Ubuntu with Python 3.11: A Step-by-Step Guide

Quantizing DeepSeek-V3 for Smaller GPUs Large language models (LLMs) like DeepSeek-V3 offer incredible capabilities, but their size often makes them challenging...
Adesoji Alu
1 min read

1 Step to Market Research Report Generation: Designing Agentic Workflows for Complex LLM Applications

Market research report generation using large language models (LLMs) has become increasingly viable as these models continue to evolve. Learn more...
Adesoji Alu
5 min read

How to Build an End-to-End RAG Multi-agent App for the AI Product Development Team

In this document, we will explore the process of building an end-to-end Retrieval-Augmented Generation (RAG) multi-agent application tailored for an AI...
Adesoji Alu
2 min read

Introducing Trace: A Python Framework for Optimizing Automation in AI Systems

Microsoft Research and Stanford University have unveiled Trace, a novel Python framework designed to revolutionize AI system optimization. This new tool...
Adesoji Alu
1 min read

Performing CRUD operations in Mongo using Python and Docker

MongoDB is a popular open-source document-oriented NoSQL database that uses a JSON-like document model with optional schemas. It was first released in...
Ajeet Raina
4 min read
Join our Discord Server