From 76049d94bbb6f7798e9fc521f4867547a4ed1369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Wed, 4 Sep 2024 16:03:48 +0800 Subject: [PATCH] feat: +comments --- metagpt/tools/libs/index_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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