This is an automated email from the ASF dual-hosted git repository.

pengjunzhi pushed a change to branch release-1.7.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


    from 6a82a859 fix(llm): Ollama embedding API usage and config param (#306)
     add 101f10f1 chore(llm): upgrade pycgraph to v3.2.2 (#307)

No new revisions were added by this update.

Summary of changes:
 hugegraph-llm/pyproject.toml                                        | 3 +--
 hugegraph-llm/src/hugegraph_llm/flows/build_example_index.py        | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/build_schema.py               | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/build_vector_index.py         | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/get_graph_index_info.py       | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/graph_extract.py              | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/import_graph_data.py          | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/prompt_generate.py            | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/rag_flow_graph_only.py        | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/rag_flow_graph_vector.py      | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/rag_flow_raw.py               | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/rag_flow_vector_only.py       | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/scheduler.py                  | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/text2gremlin.py               | 2 +-
 hugegraph-llm/src/hugegraph_llm/flows/update_vid_embeddings.py      | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/base_node.py                  | 2 +-
 .../src/hugegraph_llm/nodes/common_node/merge_rerank_node.py        | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/document_node/chunk_split.py  | 2 +-
 .../src/hugegraph_llm/nodes/hugegraph_node/gremlin_execute.py       | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/hugegraph_node/schema.py      | 2 +-
 .../hugegraph_llm/nodes/index_node/build_gremlin_example_index.py   | 2 +-
 .../hugegraph_llm/nodes/index_node/gremlin_example_index_query.py   | 2 +-
 .../src/hugegraph_llm/nodes/index_node/semantic_id_query_node.py    | 2 +-
 .../src/hugegraph_llm/nodes/index_node/vector_query_node.py         | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/llm_node/extract_info.py      | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/llm_node/prompt_generate.py   | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/llm_node/schema_build.py      | 2 +-
 hugegraph-llm/src/hugegraph_llm/nodes/util.py                       | 2 +-
 hugegraph-llm/src/hugegraph_llm/state/ai_state.py                   | 2 +-
 style/pylint.conf                                                   | 6 +++---
 30 files changed, 32 insertions(+), 33 deletions(-)

Reply via email to