feat: +comments

This commit is contained in:
莘权 马 2024-09-04 16:03:48 +08:00
parent a9d0ab27e8
commit 76049d94bb

View file

@ -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