nw9663644-eng commented on issue #343: URL: https://github.com/apache/hugegraph-ai/issues/343#issuecomment-4632233103
Updated this PR according to the review comments: - Persisted the selected graph extraction split type through the prompt config and reload it into the demo dropdown. - Forwarded `split_type` by keyword through `extract_graph()` / `SchedulerSingleton.schedule_flow(...)`. - Ran Ruff import sorting and formatting for the touched files. - Implemented punctuation-based sentence-boundary splitting for `sentence` mode. - Added tests for prompt config round trip, sentence splitting, flow/helper forwarding, long document splitting, and representative PDF-like extracted text. Local checks passed: - `uv run ruff format --check .` - `uv run pytest src/tests/document/test_graph_extract_configurable_split.py` - `uv run pytest src/tests/document` -- 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]
