imbajin commented on code in PR #117: URL: https://github.com/apache/incubator-hugegraph-ai/pull/117#discussion_r1848052361
########## hugegraph-llm/src/hugegraph_llm/config/config_data.py: ########## @@ -70,6 +70,7 @@ class ConfigData: graph_user: Optional[str] = "admin" graph_pwd: Optional[str] = "xxx" graph_space: Optional[str] = None + enable_prop_limit: Optional[str] = "False" Review Comment: prefer short param name like `limit_property` ########## hugegraph-llm/src/hugegraph_llm/operators/graph_rag_task.py: ########## @@ -117,18 +117,23 @@ def query_graphdb( self, max_deep: int = 2, max_items: int = 30, + max_v_prop_length: int = 4096, Review Comment: `max_v_prop_len` or `v_prop_len_max` same as edge -- 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: issues-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For additional commands, e-mail: issues-h...@hugegraph.apache.org