imbajin commented on code in PR #238:
URL:
https://github.com/apache/incubator-hugegraph-ai/pull/238#discussion_r2097673647
##########
hugegraph-llm/src/hugegraph_llm/operators/index_op/build_semantic_index.py:
##########
@@ -39,9 +37,7 @@ def _extract_names(self, vertices: list[str]) -> list[str]:
# TODO: use asyncio for IO tasks
def _get_embeddings_parallel(self, vids: list[str]) -> list[Any]:
Review Comment:
should inline the method if we don't need the parallelization (Also delete
the comment)
--
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]