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 a0129e3 Merge branch 'main' into dev add f1713b0 feat(llm): timely execute vid embedding & enhance some HTTP logic (#141) new 6bfbe4d Merge branch 'main' into dev The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/pylint.yml | 1 - .../src/hugegraph_llm/demo/rag_demo/app.py | 35 ++++++++++++++++-- .../hugegraph_llm/demo/rag_demo/configs_block.py | 4 +-- .../demo/rag_demo/vector_graph_block.py | 8 ++--- .../src/hugegraph_llm/models/rerankers/cohere.py | 2 +- .../hugegraph_llm/models/rerankers/siliconflow.py | 2 +- .../src/hugegraph_llm/utils/graph_index_utils.py | 42 +++++++++++++--------- hugegraph-python-client/src/pyhugegraph/client.py | 4 +-- .../src/pyhugegraph/utils/huge_config.py | 4 +-- .../src/pyhugegraph/utils/huge_requests.py | 4 +-- 10 files changed, 71 insertions(+), 35 deletions(-)