|
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 | 2 years ago | |
attu-k8s-deploy.yaml | 3 years ago | |
checkInsight.js | 4 years ago | |
codecov.yml | 3 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
Attu is an all-in-one milvus administration tool. With Attu, you can dramatically reduce the cost of managing milvus.
❗ attu version 2.2.3 or higher is incompatible with Milvus versions < v2.2.
If you prefer to use a desktop application, you can download the desktop version of Attu.
Before you begin, make sure that you have Milvus installed on either your server or Zilliz Cloud. Note that Attu only supports Milvus 2.x and some of the features are not supported yet for Zilliz Cloud.
Here are the steps to start a container for running Attu:
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.2.3
Make sure that the Attu container can access the Milvus IP address. After starting the container, open your web browser and enter http://{ Attu IP }:8000
to view the Attu GUI.
Parameter | Example | Required | Description |
---|---|---|---|
MILVUS_URL | 192.168.0.1:19530 | false | Optional, Milvus server URL |
Note that "127.0.0.1" or "localhost" will not work when running Attu on Docker.
Thank you for your interest in contributing to Attu! Here's how you can build Attu locally to contribute code, test out the latest features, or try out an open PR:
cd server
in the terminal.yarn install
.yarn start
.git checkout -b my-branch
.cd client
in the terminal.yarn install
.yarn start
.git checkout -b my-branch
.We appreciate your contributions to Attu, regardless of size. Thanks for supporting the project!
If you encounter any bugs or want to request a new feature, please create a GitHub issue. It's important to check if someone else has already created an issue for the same problem before submitting a new one.
Here are some helpful resources to get you started with Milvus:
💬 Join our vibrant community on the Milvus Slack Channel where you can share your knowledge, ask questions and engage in meaningful conversations. It's not just about coding, it's about connecting with other like-minded individuals. Click the link below to join now!
<img src="https://assets.zilliz.com/readme_slack_4a07c4c92f.png" alt="Miluvs Slack Channel" height="150" width="500">
Also, don't forget to check out our documentation and GitHub repositories for more resources and information. We look forward to seeing you on the channel!