This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
from 76212e1 fix: text2gremlin schema miss
add ef56263 refactor(llm): merge & update keyword extraction logic/prompt
(#120)
add 276a8a0 Merge branch 'main' into main1101
No new revisions were added by this update.
Summary of changes:
hugegraph-llm/src/hugegraph_llm/config/config.py | 6 ++
.../src/hugegraph_llm/config/config_data.py | 48 ++++++++++++
.../src/hugegraph_llm/demo/rag_demo/app.py | 7 +-
.../hugegraph_llm/demo/rag_demo/configs_block.py | 2 +-
.../src/hugegraph_llm/demo/rag_demo/rag_block.py | 19 +++--
.../operators/common_op/nltk_helper.py | 2 +-
.../src/hugegraph_llm/operators/graph_rag_task.py | 3 -
.../operators/llm_op/keyword_extract.py | 87 ++++++++--------------
8 files changed, 104 insertions(+), 70 deletions(-)