This is an automated email from the ASF dual-hosted git repository.
imbajin pushed a change to branch goal-scan
in repository https://gitbox.apache.org/repos/asf/hugegraph-ai.git
from 53f3ebac docs(code-scan): sync fixed issue statuses
add 984208d7 fix(client): preserve unauthorized response type
add 3840a4b9 refactor(llm): share HugeGraph test fixture
add 95d6eaed refactor(llm): use service graph in boundary test
add b851072d fix(llm): address updated PR review findings
add 74313582 fix: use resolvable setup-uv action tag
add da710c8c fix(llm): use namespaced test fixtures
new ed0f272c chore: merge latest goal-test into goal-scan
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/hugegraph-llm.yml | 40 +++++------
.github/workflows/hugegraph-python-client.yml | 28 ++++----
.workflow/quality-program/quality-state.json | 45 +++++++++++-
.../reports/final-quality-report.md | 30 ++++++--
.../reports/production-change-ledger.md | 7 +-
docs/quality/coverage-ratchet.md | 11 +++
hugegraph-llm/src/hugegraph_llm/api/rag_api.py | 2 +
.../src/hugegraph_llm/config/models/base_config.py | 29 +++++++-
.../config/models/base_prompt_config.py | 16 ++++-
.../hugegraph_llm/demo/rag_demo/configs_block.py | 3 +-
hugegraph-llm/src/tests/api/test_rag_api.py | 8 ++-
hugegraph-llm/src/tests/config/test_config.py | 15 ++++
hugegraph-llm/src/tests/conftest.py | 58 +++++++++++++--
.../src/tests/integration/test_core_kg_smoke.py | 82 ++++++++++------------
.../integration/test_core_text2gremlin_smoke.py | 3 +-
.../tests/integration/test_hugegraph_boundary.py | 60 +++-------------
.../src/tests/integration/test_kg_construction.py | 3 +-
.../operators/llm_op/test_gremlin_generate.py | 2 +-
.../tests/operators/llm_op/test_keyword_extract.py | 2 +-
.../llm_op/test_property_graph_extract.py | 2 +-
.../src/pyhugegraph/utils/util.py | 3 +
.../src/tests/api/test_response_validation.py | 16 ++++-
22 files changed, 309 insertions(+), 156 deletions(-)