|
2 years ago | |
---|---|---|
.github | 2 years ago | |
.vscode | 4 years ago | |
client | 2 years ago | |
doc | 3 years ago | |
examples | 3 years ago | |
server | 2 years ago | |
.dockerignore | 4 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
attu-k8s-deploy.yaml | 3 years ago | |
checkInsight.js | 3 years ago | |
codecov.yml | 3 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
Attu provides an intuitive and efficient GUI for Milvus, allowing you to interact with your databases and manage your data with just few clicks.
Attu is under rapid development and we are adding new features weekly, here are the current plan, we will release a version once a feature is available.
Ensure you have Milvus installed on your server or cluster, and attu only supports Milvus 2.x.
_ Before attu v2.1.0 , check here _
docker run -p 8000:3000 -e MILVUS_URL={milvus server ip}:19530 zilliz/attu:latest
Once you start the docker, open the browser, type http://{ attu ip }:8000
, you can view the attu.
Parameter | Example | required | description |
---|---|---|---|
MILVUS_URL | 192.168.0.1:19530 | false | Optional, Milvus server URL |
Tip: 127.0.0.1 or localhost will not work when runs on docker
note We plan to release attu once a feature is done. Also, if you want to try the nightly build, please pull the docker image with the dev
tag.
docker run -p 8000:3000 -e MILVUS_URL={ your machine IP }:19530 zilliz/attu:dev
You might want to build Attu locally to contribute some code, test out the latest features, or try out an open PR:
cd server
go to the server directoryyarn install
to install dependenciescd client
go to the client directoryyarn install
to install dependenciesNew to milvus? Milvus is an open-source vector database built to power AI applications and embedding similarity search.
💬 Community isn’t just about writing code together. Come join the conversation, share your knowledge and get your questions answered on Milvus Slack Channel!
<img src="https://assets.zilliz.com/readme_slack_4a07c4c92f.png" alt="Miluvs Slack Channel" height="150" width="500">