From 12e0fc7b1b74c63143f2f998656819a465a65601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Mon, 2 Sep 2024 19:39:58 +0800 Subject: [PATCH] feat: +log --- metagpt/tools/libs/index_repo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metagpt/tools/libs/index_repo.py b/metagpt/tools/libs/index_repo.py index 877301585..95ddbddfd 100644 --- a/metagpt/tools/libs/index_repo.py +++ b/metagpt/tools/libs/index_repo.py @@ -120,6 +120,7 @@ class IndexRepo(BaseModel): logger.debug(f"{e}") filenames = list(set([str(i) for i in filenames] + list(self.fingerprints.keys()))) engine = None + logger.info(f"{e}. Rebuild all.") if not engine: engine = SimpleEngine.from_docs( input_files=[str(i) for i in filenames],