diff --git a/metagpt/tools/libs/index_repo.py b/metagpt/tools/libs/index_repo.py index 4d5c0d1c5..0f730246b 100644 --- a/metagpt/tools/libs/index_repo.py +++ b/metagpt/tools/libs/index_repo.py @@ -27,7 +27,7 @@ class TextScore(BaseModel): class IndexRepo(BaseModel): filename: str - root_path: str + root_path: str # `/data/uploads` or r`/data/chats/\d+`, the root path of files indexed by the index repo. fingerprint_filename: str = "fingerprint.json" model: Optional[str] = None min_token_count: int = 10000