imbajin commented on code in PR #112:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/112#discussion_r1851486847


##########
hugegraph-llm/src/hugegraph_llm/config/config_data.py:
##########


Review Comment:
   TODO: we do need to reuse the option/configs 



##########
hugegraph-llm/src/hugegraph_llm/demo/rag_demo/configs_block.py:
##########
@@ -25,6 +25,14 @@
 
 from hugegraph_llm.config import settings
 from hugegraph_llm.utils.log import log
+from functools import partial
+
+label_mapping = {
+    "chat LLM": "chat",
+    "extract LLM": "extract",
+    "text2gql LLM": "text2gql"
+}
+current_llm = "chat"

Review Comment:
   who use them?



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