kitalkuyo-gita
kitalkuyo-gita
@tanghaodong25 In general, there are many areas that can be improved in the current code. I wrote a sample for reference only. The addition and deletion of luence needs to...
Hi @drse, I have read your proposal carefully. In general, it is very comprehensive. The following is my design proposal. Class Registration API Improvement Proposal ## I. Current State Analysis...
Hi @chaokunyang,What are your thoughts on this?
## 技术架构设计 ### 1. 状态管理层扩展 GeaFlow采用分层的状态管理架构,包括State API、State执行层、Store层和持久化层。向量索引功能需要在以下层次进行扩展: **State API层扩展:** - 新增`VectorState`接口,提供向量存储和检索操作 - 扩展图状态API,支持向量属性的存储和查询 - 添加向量相似度查询接口(cosine、dot product、euclidean) **Store层扩展:** - 实现向量专用存储引擎插件 - 扩展现有存储后端(RocksDB、Memory等)以支持向量操作 ### 2. 存储引擎插件开发 基于GeaFlow的可插拔存储架构,开发专门的向量索引存储引擎: **向量存储接口设计:** - 继承`IStaticGraphStore`接口,扩展向量索引功能 - 实现向量CRUD操作和相似度检索...
Hi community, I've noticed some users are looking for support for Gremlin DSL. Looking back at the history of graph computing, many early users still adopted Gremlin as the de...
Hello @Leomrlin , thank you for your reply. I've implemented the conversion of Gremlin's graph traversal operator into LogicalPlan. As you mentioned, designing a unified IR that accommodates both paradigms...
@Loognqiang it's ready.
## Design Proposal ### 1. Core Algorithm Implementation Based on GeaFlow's UDGA framework, we need to implement the `AlgorithmUserFunction` interface **Implementation Path:** `geaflow/geaflow-dsl/geaflow-dsl-plan/src/main/java/org/apache/geaflow/dsl/udf/graph/ClusterCoefficient.java` **Core Implementation Points:** - Inherit from `AlgorithmUserFunction`...
Hello, @watchMaker-sylar . Thank you for your reply. I read your code. Your solution is a Local Clustering Coefficient (UDGA) based on a vertex iterative model. The goal is to...
Okay, let him do it.