zhangwh807

Results 10 issues of zhangwh807

Adjust the document to readthedocs format

版本:4.3.0 操作步骤: docker pull tugraph/tugraph-runtime-centos7:4.3.0 docker run -it -d -p 7001:7001 -p 7070:7070 -p 7687:7687 -p 8000:8000 -p 9090:9090 -v /root/tugraph/data:/var/lib/lgraph/data -v /root/tugraph/log:/var/log/lgraph_log --name tugraph_demo tugraph/tugraph-runtime-centos7:4.3.0 /bin/bash docker exec -d...

bug

browser导入边数据时不能自由选择边属性构建映射,导数失败

bug

After accessing TuGraph via port 7070 and exporting a schema, an error occurs when attempting to import with this schema, indicating that the terms "index" and "unique" are illegal.

bug

When installing pnpm, it is necessary to ensure that the Node.js version is not lower than v18.12. However, Node.js version 18.x requires a version of glibc higher than what CentOS...

**Environment:** - OS: CentOS7 - TuGraph-DB Version 4.2.0 **Describe the bug** 通过java客户端导入schema,schema中给点的属性都创建了索引,用CALL db.indexes可以看到相关属性上建立了索引,但是7070页面索引栏显示“否”,8000页面索引栏中没有显示索引

bug

update geaflow documentation

![image](https://github.com/user-attachments/assets/3376d378-1580-4446-abfe-96cd87735e2d) ![image](https://github.com/user-attachments/assets/c8f3ae48-1d6a-4796-a281-ff450849be41) A0100边上的ratio是double类型。数据看着有超过double精度的,正常导入了。但是在用这个属性过滤时符合条件的却没有返回 如下图 ![image](https://github.com/user-attachments/assets/f03416d0-6391-4676-9577-9b0fa0d2333d) ![image](https://github.com/user-attachments/assets/14d5f4b4-1936-404c-9ea2-ee6242d57e48)

bug

![Image](https://github.com/user-attachments/assets/5278e2f5-b1cd-4578-a41d-e88ca8971f28) ![Image](https://github.com/user-attachments/assets/6f013cd7-0c0a-475e-bcc1-6a780b9f990f)

bug

目前TuGraph支持返回path,但不支持return n,r,m ![image](https://github.com/user-attachments/assets/67ca6722-9565-425d-a0d8-65df09a19aa4) ![image](https://github.com/user-attachments/assets/5a6b25ba-4ad4-4a00-8a0a-ee7b1ca58458)

feature request