mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
feat: +log
This commit is contained in:
parent
eaf949fada
commit
12e0fc7b1b
1 changed files with 1 additions and 0 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue