imbajin commented on code in PR #209:
URL:
https://github.com/apache/incubator-hugegraph-ai/pull/209#discussion_r2043777399
##########
hugegraph-llm/src/hugegraph_llm/demo/rag_demo/configs_block.py:
##########
@@ -249,8 +248,7 @@ def create_configs_block() -> list:
with gr.Accordion("1. Set up the HugeGraph server.", open=False):
with gr.Row():
graph_config_input = [
- gr.Textbox(value=huge_settings.graph_ip, label="ip"),
- gr.Textbox(value=huge_settings.graph_port, label="port"),
Review Comment:
index error here? (start the app.py)
```
/hugegraph_llm/demo/rag_demo/app.py", line 140, in init_rag_ui
textbox_array_graph_config[5],
IndexError: list index out of range
```
Update: I fixed it in
https://github.com/apache/incubator-hugegraph-ai/pull/209/commits/2da1a78aaff35cd9f132eed59031cac9dccf0680
--
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]