attu
attu copied to clipboard
Web UI for Milvus Vector Database
**Describe the feature:** can attu help migrate data from milvus-standalone to another one? **Describe a specific use case for the feature:** migrate data
**Describe the bug:** docker run -p 8000:3000 zilliz/attu:latest node[1]: ../src/node_platform.cc:68:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0xb87bc0 node::Abort() [node] 2: 0xb87c3e [node] 3: 0xbf50fe [node] 4: 0xbf51e1...
**Describe the bug:** The role permission is granted to the database to implement namespace-like isolation, but an error occurs after the login It seems that the default login is default...
### Discussed in https://github.com/zilliztech/attu/discussions/159 Originally posted by **xiao12mm** December 23, 2022 the code: `docker run -p 8000:3000 -e HOST_URL=http://{ your machine IP }:8000 -e MILVUS_URL={your machine IP}:19530 zilliz/attu:latest` I changed...
**Describe the feature:** Besides the roles and user management, is it possible to manage the permission of a user to a specific collection in Attu? **Describe a specific use case...
**Describe the feature:** At the moment, Attu supports creating users and roles and associating roles to users. Feature request is to provide Attu Admins ability to clone existing role from...
**Describe the bug:** Unable to specify attu service port during helm installation either thru customized values.yaml file or "--set" flag Expecting users should be able to specify custom port for...
**Describe the feature:** Show the sever states of each node, including CPU/Memory usage Shard Leaders Segments loaded Current QPS/TPS Tracing a period of request, and it's time consumption **Describe a...
**Describe the feature:** 1. see all the segments for each collection 2. display the segment state of each segment, including if it's dropped, loaded, indexed ..... 3. display some metrics...