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

jin pushed a change to branch log-frame
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


 discard c42882e  refact(client): use rich handle for log
     add 15f9edc  refact(client): use rich handle for log

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c42882e)
            \
             N -- N -- N   refs/heads/log-frame (15f9edc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 hugegraph-llm/requirements.txt                     |   2 +-
 .../src/hugegraph_llm/demo/rag_demo/rag_block.py   |   6 +-
 .../src/hugegraph_llm/indices/vector_index.py      |   3 +-
 hugegraph-llm/src/hugegraph_llm/utils/log.py       |  50 +----
 .../src/pyhugegraph/utils/log.py                   | 247 +++++++++++++++------
 .../src/pyhugegraph/utils/logger.py                | 234 -------------------
 6 files changed, 195 insertions(+), 347 deletions(-)
 mode change 100755 => 100644 
hugegraph-python-client/src/pyhugegraph/utils/log.py
 delete mode 100644 hugegraph-python-client/src/pyhugegraph/utils/logger.py

Reply via email to