by CPI Staff | Aug 26, 2025 | AI, Blog, Neo4j
This article “GraphRAG Explained” will explain what is GraphRAG and how incorporated with LLM. What is GraphRAG? Graph-Based Retrieval Augmented Generation is a way to supercharge Retrieval Augmented Generation (RAG) by storing your knowledge as a graph...
by CPI Staff | Aug 25, 2025 | AI, Blog, Neo4j
Run Neo4j with Docker inside GitHub Codespaces article shows you how to stand up a production-like Neo4j environment in minutes, right inside your browser, with no local installs. About Neo4j Before we dive into commands, let’s ground the idea. Neo4j is a native graph...
by CPI Staff | Aug 24, 2025 | AI, Blog, OpenAI
In this article, we’ll explore How to Use the tiktoken Tokenizer, why it matters, and practical ways you can apply it in your projects to better control prompts, estimate API costs, and optimize large text inputs. Table of contentsWhy Tokenization MattersInstalling...
by CPI Staff | Aug 22, 2025 | AI, Blog, LLM
in this blog post “What is Supervised Fine-Tuning (SFT)” we will unpack what supervised fine-tuning is, when it’s the right tool, how it works under the hood, and how to run a robust SFT project end-to-end—from data to deployment. What is Supervised...
by CPI Staff | Aug 21, 2025 | Azure, Blog
This Azure post “Implementing Tags in Azure – Best Practices” will explain how to use Azure Tags effectively. As organizations grow their cloud footprint in Microsoft Azure, managing resources efficiently becomes essential. Tags in Azure are one of...
by CPI Staff | Aug 21, 2025 | AI, AI Agents, Blog, OpenAI, Python
This OpenAI post “Build Git MCP Server with the OpenAI Agents SDK” shows how to implement an MCP Server into an agent. Table of contentsWhat’s the Git MCP server?Why MCP with the Agents SDK?Packages you needComponents in the codeTypes of MCP servers...