milvus,向量索引库
1.milvus部署
milvus的官方文档中看到最新版本的部署方式Install Milvus Standalone with Docker Compose
curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh
(如果下载不下来,则需要魔法)
bash standalone_embed.sh start
启动后会拉取镜像,启动
启动成功后如下
2.下载web-ui界面
docker run -p 8000:3000 -e MILVUS_URL=localhost:19530 zilliz/attu:latest
3.浏览器连接