feat: +comments

This commit is contained in:
莘权 马 2024-09-04 17:03:13 +08:00
parent 76049d94bb
commit ed0b9e33bc

View file

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