Merge remote-tracking branch 'origin/main' into feat/export-service
# Conflicts: # .gitignore # backend/app/main.py
This commit is contained in:
@@ -1139,6 +1139,11 @@ class TranscriptNoteRequest(Contract):
|
||||
|
||||
|
||||
class IndexStatus(Contract):
|
||||
running_jobs: int = 0
|
||||
active_searches: int = 0
|
||||
completed_searches: int = 0
|
||||
failed_searches: int = 0
|
||||
cancelled_searches: int = 0
|
||||
vector_refresh_required: bool = False
|
||||
total_notes: int = 0
|
||||
total_blocks: int = 0
|
||||
|
||||
Reference in New Issue
Block a user