摘要: 1.创建用户 export CLUSTER_ENDPOINT="http://localhost:19530" export TOKEN="root:Milvus" curl --request POST \ --url "${CLUSTER_ENDPOINT}/v2/vectordb/users/ 阅读全文
posted @ 2025-07-30 14:08 slnngk 阅读(14) 评论(0) 推荐(0)
摘要: 1.创建角色 export CLUSTER_ENDPOINT="http://localhost:19530" export TOKEN="root:Milvus" curl --request POST \ --url "${CLUSTER_ENDPOINT}/v2/vectordb/roles/ 阅读全文
posted @ 2025-07-30 11:14 slnngk 阅读(14) 评论(0) 推荐(0)
摘要: milvus:2.5.14 1.创建用户 在milvus服务器上执行 export CLUSTER_ENDPOINT="http://localhost:19530" export TOKEN="root:Milvus" curl --request POST \ --url "${CLUSTER_ 阅读全文
posted @ 2025-07-30 10:20 slnngk 阅读(56) 评论(0) 推荐(0)