This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
from aac82c0 feat(llm): record token cost & qps (#72)
add c399b3b feat(llm): support record QPS by decorator (#76)
No new revisions were added by this update.
Summary of changes:
.../src/hugegraph_llm/operators/graph_rag_task.py | 3 ++-
.../src/hugegraph_llm/operators/gremlin_generate_task.py | 3 ++-
.../src/hugegraph_llm/operators/kg_construction_task.py | 3 ++-
.../hugegraph_llm/operators/llm_op/answer_synthesize.py | 3 +++
.../hugegraph_llm/operators/llm_op/disambiguate_data.py | 2 ++
.../hugegraph_llm/operators/llm_op/gremlin_generate.py | 2 ++
.../src/hugegraph_llm/operators/llm_op/info_extract.py | 8 +++++---
.../src/hugegraph_llm/operators/llm_op/keyword_extract.py | 2 ++
.../operators/llm_op/property_graph_extract.py | 8 +++++---
hugegraph-llm/src/hugegraph_llm/utils/decorators.py | 15 +++++++++++++++
10 files changed, 40 insertions(+), 9 deletions(-)