Skip to content

Commit 1bae6df

Browse files
committed
Update Blog “part-8-agentic-ai-and-qdrant-building-semantic-memory-with-mcp-protocol”
1 parent e3dc389 commit 1bae6df

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/blog/part-8-agentic-ai-and-qdrant-building-semantic-memory-with-mcp-protocol.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Part 8: Agentic AI and Qdrant: Building semantic Memory with MCP protocol"
2+
title: "Part 8: Agentic AI and Qdrant: Building semantic memory with MCP protocol"
33
date: 2025-07-21T10:50:25.839Z
44
author: Dinesh R Singh
55
authorimage: /img/dinesh-192-192.jpg
@@ -17,13 +17,17 @@ li {
1717
}
1818
</style>
1919

20-
As Agentic AI systems evolve from reactive language models to structured thinkers, a new challenge emergeshow do we give these agents memory? Not just logs or files, but real, searchable memory that understands context. Enter Qdrant and the Model Context Protocol (MCP) — a modular pairing that brings semantic search and knowledge storage to agent workflows.
20+
As **Agentic AI** systems evolve from reactive language models into structured thinkers, a new challenge emerges: **how do we give these agents memory?** Not just basic logs or static files, but real, **searchable memory** that understands and adapts to context over time.
2121

22-
[Inspired by my Medium post](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-part-8-agentic-ai-mcp-281567e26838), this article explores how MCP standardizes interactions between intelligent agents and vector databases like Qdrant. By enabling seamless storage and retrieval of embeddings, agents can now “remember” useful information and leverage it in future reasoning.
22+
This is where tools like **Qdrant** and the **Model Context Protocol (MCP)** come in—a modular pairing that brings semantic search and long-term knowledge storage into agent workflows. Together, they enable agents to not only recall relevant information but to reason across past experiences, making **Agentic AI** systems more intelligent, adaptive, and human-like in their decision-making.\
23+
\
24+
[Inspired by my Medium post](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-part-8-agentic-ai-mcp-281567e26838), this article explores how **MCP**, the **Model Context Protocol**—a kind of connective tissue between LLMs and external tools or data sources—**standardizes interactions** between intelligent agents and vector databases like **Qdrant**. By enabling seamless storage and retrieval of embeddings, agents can now “remember” useful information and leverage it in future reasoning.
2325

2426
Let’s walk through the full architecture and code implementation of this cutting-edge pattern.
2527

26-
## Why this matters: Agentic AI + MCP
28+
29+
30+
## LLMs + MCP + Database = Thoughtful Agentic AI
2731

2832
In Agentic AI, a language model doesn’t just generate — it thinks, acts, and reflects using external tools. That’s where MCP comes in.
2933

0 commit comments

Comments
 (0)