zhangwh807
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...
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.
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页面索引栏中没有显示索引
update geaflow documentation
  A0100边上的ratio是double类型。数据看着有超过double精度的,正常导入了。但是在用这个属性过滤时符合条件的却没有返回 如下图  
 
目前TuGraph支持返回path,但不支持return n,r,m  