imbajin commented on code in PR #76:
URL:
https://github.com/apache/incubator-hugegraph-ai/pull/76#discussion_r1740111826
##########
hugegraph-llm/src/hugegraph_llm/operators/llm_op/keyword_extract.py:
##########
@@ -93,6 +93,8 @@ def run(self, context: Dict[str, Any]) -> Dict[str, Any]:
if verbose:
print(f"\033[92mKEYWORDS: {context['keywords']}\033[0m")
+ # extracting keywords and expanding synonyms increases call count by 2
Review Comment:
```suggestion
# extracting keywords & expanding synonyms increase the call count
by 2
```
--
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]