mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-30 01:30:45 +02:00
Paginate Query History table (#3592)
* Add pagination for query history table * Fix method name * Fix mypy
This commit is contained in:
@ -108,6 +108,7 @@ logger = getLogger(__name__)
|
||||
|
||||
|
||||
# class MessageSnapshot(BaseModel):
|
||||
# id: int
|
||||
# message: str
|
||||
# message_type: MessageType
|
||||
# documents: list[AbridgedSearchDoc]
|
||||
|
Reference in New Issue
Block a user