Skip to content

Commit 8d37fc0

Browse files
fixed redundant content
1 parent 5ee8815 commit 8d37fc0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

bootcamp/tutorials/integration/milvus_and_mcp.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# **MCP + Milvus: Connecting AI with Vector Databases**
44

55
## **Introduction**
6-
The **Model Context Protocol (MCP)** is an open protocol that enables AI applications, such as Claude and Cursor, to interact with external data sources and tools seamlessly. Whether you're building custom AI applications, integrating AI workflows, or enhancing chat interfaces, MCP provides a **standardized way to connect large language models (LLMs) with relevant contextual data**.
6+
The **Model Context Protocol (MCP)** is an open protocol that enables AI applications, such as Claude and Cursor, to interact with external data sources and tools seamlessly. Whether you're building custom AI applications, integrating AI workflows, or enhancing chat interfaces, MCP provides a standardized way to connect large language models (LLMs) with relevant contextual data.
77

88

99
This tutorial walks you through **setting up an MCP server for Milvus**, allowing AI applications to perform vector searches, manage collections, and retrieve data using **natural language commands**—without writing custom database queries.
@@ -167,14 +167,6 @@ To run the server directly:
167167
uv run server.py --milvus-uri http://localhost:19530
168168
```
169169

170-
## Development
171-
172-
To run the server directly:
173-
174-
```bash
175-
uv run server.py --milvus-uri http://localhost:19530
176-
```
177-
178170
## **Examples**
179171

180172
### **Using Claude Desktop**
@@ -280,6 +272,4 @@ If you continue to experience issues:
280272
3. File a new issue with detailed information about your problem
281273
282274
## **Conclusion**
283-
By following this tutorial, you now have an **MCP server** running, enabling **AI-powered vector search** in Milvus. Whether you're using **Claude Desktop** or **Cursor**, you can now query, manage, and search your Milvus database using **natural language commands**—without writing database code!
284-
285-
🚀 **Now, let AI handle your vector searches effortlessly!** 🎯
275+
By following this tutorial, you now have an **MCP server** running, enabling AI-powered vector search in Milvus. Whether you're using **Claude Desktop** or **Cursor**, you can now query, manage, and search your Milvus database using **natural language commands**—without writing database code!

0 commit comments

Comments
 (0)