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 276a8a0  Merge branch 'main' into main1101
     add f8500f9  fix(llm): limit the length of log & improve the format (#121)
     add 9e1a2f1  Merge branch 'main' into main1101
     add 8cababd  fix: unify the log print to avoid inconsistent format
     add ba5a8fd  feat(ui): support choosing template
     add 1b353df  change text to Code block
     add e317b10  fix(llm): fix Type Error of rag
     add 9285cd9  feat: add default file in text2gremlin
     add 198eeee  fix(llm): fix the log of graph_rag_query.py
     add ff12355  Complete the output of error
     add 65bc3b3  fix: enhance gremlin output log
     add e3a4932  feat(llm) : split question & schema in text2gql
     add f9f1204  change the default text2gremlin schema value
     add 4dafaa8  fix: adaptor schema mode & code format

No new revisions were added by this update.

Summary of changes:
 hugegraph-llm/src/hugegraph_llm/api/admin_api.py   |  2 +-
 .../src/hugegraph_llm/api/models/rag_requests.py   |  1 +
 hugegraph-llm/src/hugegraph_llm/api/rag_api.py     |  3 +-
 hugegraph-llm/src/hugegraph_llm/config/config.py   |  4 ++
 .../src/hugegraph_llm/config/config_data.py        |  3 +
 .../src/hugegraph_llm/demo/rag_demo/admin_block.py | 48 ++++++++-----
 .../src/hugegraph_llm/demo/rag_demo/app.py         | 13 ++--
 .../src/hugegraph_llm/demo/rag_demo/rag_block.py   |  7 +-
 .../demo/rag_demo/text2gremlin_block.py            | 84 +++++++++++++++-------
 .../src/hugegraph_llm/models/llms/base.py          | 21 +++---
 .../src/hugegraph_llm/operators/graph_rag_task.py  |  3 +-
 .../operators/gremlin_generate_task.py             |  6 +-
 .../operators/hugegraph_op/graph_rag_query.py      | 18 +++--
 .../operators/llm_op/gremlin_generate.py           | 43 +++++++----
 .../src/hugegraph_llm/resources/demo/css.py        |  9 +++
 .../src/pyhugegraph/utils/util.py                  | 45 ++++++------
 16 files changed, 197 insertions(+), 113 deletions(-)

Reply via email to