nw9663644-eng commented on issue #343: URL: https://github.com/apache/hugegraph-ai/issues/343#issuecomment-4619429253
Hi, I would like to work on this issue. My plan is to: - Add a `split_type` parameter to `GraphExtractFlow.prepare()` and `build_flow()`, defaulting to `document` to preserve the current behavior. - Pass the selected split type from the demo graph extraction UI through `extract_graph()` and `SchedulerSingleton`. - Keep the accepted values aligned with the existing `ChunkSplit` operator: `document`, `paragraph`, and `sentence`. - Add tests for default behavior, non-default split types, invalid split type handling, and helper forwarding. Please let me know if this direction looks good. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
