imbajin commented on code in PR #73:
URL:
https://github.com/apache/incubator-hugegraph-ai/pull/73#discussion_r1732409199
##########
hugegraph-llm/src/hugegraph_llm/operators/llm_op/answer_synthesize.py:
##########
@@ -32,9 +32,7 @@
{{context_str}}
---------------------
Please refer to the context based on the following priority:
-1. Graph data > vector data
-2. Precise data > fuzzy data
-3. One-depth neighbors > two-depth neighbors
+1. Precise data > fuzzy data
Review Comment:
Can we let the LLM **distinguish** between precise & fuzzy? (definition)
If we can't maybe we should remove it
##########
hugegraph-llm/src/hugegraph_llm/operators/llm_op/answer_synthesize.py:
##########
@@ -22,7 +22,7 @@
from hugegraph_llm.models.llms.base import BaseLLM
from hugegraph_llm.models.llms.init_llm import LLMs
-# TODO: we need enhance the template to answer the question (put it in a
separate file)
+# TODO: we need enhance the template to answer the question
Review Comment:
why del it?
--
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]