milvus-向量索引库
milvus的官方文档中看到最新版本的部署方式 :https://milvus.io/docs/install_standalone-docker.md
部署
curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh
如果下载不下来,则需要魔法
bash standalone_embed.sh start
启动后会拉取镜像,启动
启动成功后如下
下载web-ui界面
docker run -p 8000:3000 -e MILVUS_URL=localhost:19530 zilliz/attu:latest
浏览器连接
![](https://i-blog.csdnimg.cn/direct/283131b7818e4f0dbf16ab0d7c563d0c.png)