Skip to content

Commit 3b01b82

Browse files
authored
Merge pull request #3119 from hpe-dev-incubator/cms/blog/part-8-agentic-ai-and-qdrant-building-semantic-memory-with-mcp-protocol
Update Blog “part-8-agentic-ai-and-qdrant-building-semantic-memory-with-mcp-protocol”
2 parents d1b7488 + 743a747 commit 3b01b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ li {
1919

2020
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-
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-
\
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+
2424
[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.
2525

2626
Let’s walk through the full architecture and code implementation of this cutting-edge combination.

0 commit comments

Comments
 (0)