### What problem does this PR solve?

CI isn't stable, try to fix it.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-03-25 18:17:52 +08:00
committed by GitHub
parent f3b4d6ab0e
commit 24fcd6bbc7
7 changed files with 300 additions and 285 deletions

View File

@@ -1432,7 +1432,7 @@ async def main():
__/ |
|___/
""")
logging.info(f"RAGFlow version: {get_ragflow_version()}")
logging.info(f"RAGFlow data sync version: {get_ragflow_version()}")
show_configs()
settings.init_settings()
if sys.platform != "win32":

View File

@@ -1385,7 +1385,7 @@ async def main():
/___/_/ /_/\__, /\___/____/\__/_/\____/_/ /_/ /____/\___/_/ |___/\___/_/
/____/
""")
logging.info(f'RAGFlow version: {get_ragflow_version()}')
logging.info(f'RAGFlow ingestion version: {get_ragflow_version()}')
show_configs()
settings.init_settings()
settings.check_and_install_torch()