attu icon indicating copy to clipboard operation
attu copied to clipboard

Web UI for Milvus Vector Database

Results 102 attu issues
Sort by recently updated
recently updated
newest added

**Describe the bug:** Running a security scan such as Trivy on the latest released version reported several CVEs: ```console $ trivy --version Version: 0.51.1 $ trivy image --vuln-type library zilliz/attu:v2.3.10...

**Describe the bug:** Currently, Attu always shows vector data as float64. For example, a value 0.001 is displayed as 0.0010000000474974513 **Steps to reproduce:** 1. create a collection 2. insert some...

**Describe the bug:** In Advanced Filter, when select a VarChar column, use in/not in Logic, Value use ["a", "b"], the expression will add "" to Value. Ex. bot_id, VarChar in/not...

bug

**Describe the bug:** While I am able to connect to my milvus db via python: ``` from pymilvus import connections connections.connect( alias="default", host='localhost', port='19530' ) ``` I can't connect to...

- [x] enable to create multiple vectors on create collection dialog - [ ] refactor search page to support multiple vector search - [ ] add reranker selector - [...

**Describe the feature:** 将Collection的基本信息:scheme、partitions等信息导出文件,并支持导入 定时增量、全量备份数据以及表结构 **Describe a specific use case for the feature:**

/usr/bin/bash:1 ELF ^ SyntaxError: Invalid or unexpected token at internalCompileFunction (node:internal/vm:76:18) at wrapSafe (node:internal/modules/cjs/loader:1283:20) at Module._compile (node:internal/modules/cjs/loader:1328:27) at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) at Module.load (node:internal/modules/cjs/loader:1203:32) at Module._load (node:internal/modules/cjs/loader:1019:12) at Function.executeUserEntryPoint [as runMain]...

**Describe the bug:** ![image](https://github.com/zilliztech/attu/assets/1488134/6834510e-e0f6-41a3-b4c8-7cd0a4cccada) **Steps to reproduce:** 1. 2. 3. **Attu version:** 2.3.10 **Attu version:**

**Describe the bug:** Ascending memory sorting appears incorrect: ![image](https://github.com/zilliztech/attu/assets/1488134/c99566e7-1c74-47bb-8279-2f33ff110424) **Steps to reproduce:** 1. 2. 3. **Attu version:** 2.3.10

**Describe the bug:** behind nginx with a sub path, how to set the resource root path with the sub path such as: http://example.com/path/to/milvus nginx config: ``` location /path/to/milvus/ { proxy_pass...

enhancement