Paginate Query History table (#3592)

* Add pagination for query history table

* Fix method name

* Fix mypy
This commit is contained in:
skylares
2025-01-17 18:31:42 -05:00
committed by GitHub
parent 6fc52c81ab
commit af953ff8a3
14 changed files with 517 additions and 341 deletions

View File

@ -108,6 +108,7 @@ logger = getLogger(__name__)
# class MessageSnapshot(BaseModel):
# id: int
# message: str
# message_type: MessageType
# documents: list[AbridgedSearchDoc]