From ed0b9e33bc8d9a35aacfb66150ea5d6221084586 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 17:03:13 +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 0f730246b..5944b5cfc 100644 --- a/metagpt/tools/libs/index_repo.py +++ b/metagpt/tools/libs/index_repo.py @@ -26,7 +26,7 @@ class TextScore(BaseModel): class IndexRepo(BaseModel): - filename: str + filename: str # The filename of the index repo, {DEFAULT_WORKSPACE_ROOT}/.index/{chat_id or 'uploads'}/ 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