This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch graph-query
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
from cc2726c refactor(llm): enhance property query template
add f7fc02f feat(llm): support multiple property_type & importing graph
from the entire doc (#84)
add ab27f43 Merge branch 'main' into graph-query
No new revisions were added by this update.
Summary of changes:
hugegraph-llm/src/hugegraph_llm/api/rag_api.py | 5 +-
.../hugegraph_llm/demo/rag_demo/configs_block.py | 2 +-
.../src/hugegraph_llm/enums/build_mode.py | 27 ----
.../hugegraph_llm/enums/property_cardinality.py | 7 +-
.../src/hugegraph_llm/enums/property_data_type.py | 36 +++--
.../src/hugegraph_llm/models/llms/openai.py | 5 +-
.../operators/common_op/check_schema.py | 146 ++++++++++-------
.../operators/document_op/chunk_split.py | 46 +++---
.../operators/hugegraph_op/commit_to_hugegraph.py | 172 +++++++++++++++++----
.../operators/hugegraph_op/schema_manager.py | 15 +-
.../operators/index_op/build_semantic_index.py | 2 +-
.../operators/kg_construction_task.py | 10 +-
.../src/hugegraph_llm/utils/graph_index_utils.py | 3 +-
13 files changed, 307 insertions(+), 169 deletions(-)
delete mode 100644 hugegraph-llm/src/hugegraph_llm/enums/build_mode.py