Skip to content

Commit 55a671f

Browse files
committed
Update Blog “part-8-agentic-ai-and-qdrant-building-semantic-memory-with-mcp-protocol”
1 parent 9a2dbfd commit 55a671f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ tags:
99
- Agentic AI
1010
- Generative AI
1111
---
12+
<style>
13+
li {
14+
font-size: 27px;
15+
line-height: 33px;
16+
max-width: none;
17+
}
18+
</style>
19+
1220
As Agentic AI systems evolve from reactive language models to structured thinkers, a new challenge emerges — how 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.
1321

1422
[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.

0 commit comments

Comments
 (0)