+{"codeList":["git clone https://github.com/zilliztech/mcp-server-milvus.git\ncd mcp-server-milvus\n","uv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530\n","{\n \"mcpServers\": {\n \"milvus\": {\n \"command\": \"/PATH/TO/uv\",\n \"args\": [\n \"--directory\",\n \"/path/to/mcp-server-milvus/src/mcp_server_milvus\",\n \"run\",\n \"server.py\",\n \"--milvus-uri\",\n \"http://localhost:19530\"\n ]\n }\n }\n}\n","/PATH/TO/uv --directory /path/to/mcp-server-milvus/src/mcp_server_milvus run server.py --milvus-uri http://127.0.0.1:19530\n","{\n \"mcpServers\": {\n \"milvus\": {\n \"command\": \"/PATH/TO/uv\",\n \"args\": [\n \"--directory\",\n \"/path/to/mcp-server-milvus/src/mcp_server_milvus\",\n \"run\",\n \"server.py\",\n \"--milvus-uri\",\n \"http://127.0.0.1:19530\"\n ]\n }\n }\n}\n","uv run server.py --milvus-uri http://localhost:19530\n","What are the collections I have in my Milvus DB?\n","I'll check what collections are available in your Milvus database.\n\n> View result from milvus-list-collections from milvus (local)\n\nHere are the collections in your Milvus database:\n\n1. rag_demo\n2. test\n3. chat_messages\n4. text_collection\n5. image_collection\n6. customized_setup\n7. streaming_rag_demo\n","Find documents in my text_collection that mention \"machine learning\"\n","I'll search for documents about machine learning in your text_collection.\n\n> View result from milvus-text-search from milvus (local)\n\nHere are the documents I found that mention machine learning:\n[Results will appear here based on your actual data]\n","Create a new collection called 'articles' in Milvus with fields for title (string), content (string), and a vector field (128 dimensions)\n","I'll create a new collection called 'articles' with the specified fields.\n\n> View result from milvus-create-collection from milvus (local)\n\nCollection 'articles' has been created successfully with the following schema:\n- title: string\n- content: string\n- vector: float vector[128]\n"],"headingContent":"MCP + Milvus: Connecting AI with Vector Databases","anchorList":[{"label":"MCP + ميلفوس: ربط الذكاء الاصطناعي بقواعد بيانات المتجهات","href":"MCP-+-Milvus-Connecting-AI-with-Vector-Databases","type":1,"isActive":false},{"label":"مقدمة","href":"Introduction","type":2,"isActive":false},{"label":"المتطلبات الأساسية","href":"Prerequisites","type":2,"isActive":false},{"label":"الشروع في العمل","href":"Getting-Started","type":2,"isActive":false},{"label":"التطبيقات المدعومة","href":"Supported-Applications","type":2,"isActive":false},{"label":"استخدام MCP مع Claude Desktop","href":"Using-MCP-with-Claude-Desktop","type":2,"isActive":false},{"label":"استخدام MCP مع المؤشر","href":"Using-MCP-with-Cursor","type":2,"isActive":false},{"label":"التحقق من التكامل","href":"Verifying-the-Integration","type":2,"isActive":false},{"label":"أدوات خادم MCP لـ Milvus","href":"MCP-Server-Tools-for-Milvus","type":2,"isActive":false},{"label":"متغيرات البيئة","href":"Environment-Variables","type":2,"isActive":false},{"label":"التطوير","href":"Development","type":2,"isActive":false},{"label":"أمثلة","href":"Examples","type":2,"isActive":false},{"label":"استكشاف الأخطاء وإصلاحها","href":"Troubleshooting","type":2,"isActive":false},{"label":"الخلاصة","href":"Conclusion","type":2,"isActive":false}]}
0 commit comments