nw9663644-eng commented on code in PR #359:
URL: https://github.com/apache/hugegraph-ai/pull/359#discussion_r3363168618


##########
hugegraph-llm/src/hugegraph_llm/demo/rag_demo/vector_graph_block.py:
##########
@@ -270,6 +270,12 @@ def create_vector_graph_block():
                     graph_data_btn0 = gr.Button("Clear Graph Data", size="sm")
 
             vector_import_bt = gr.Button("Import into Vector", 
variant="primary")
+            graph_split_type = gr.Dropdown(

Review Comment:
   Thanks for the review. I updated the demo prompt config path to persist 
`graph_extract_split_type` and reload it into the graph split dropdown. This 
should prevent the selected `paragraph` or `sentence` value from silently 
falling back to `document` after reload.
   



-- 
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]

Reply via email to