mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +02:00
fix: linting and document limit
This commit is contained in:
parent
0474a114d9
commit
c2897d7fbe
5 changed files with 193 additions and 194 deletions
|
|
@ -157,7 +157,7 @@ async def create_documents_file_upload(
|
|||
@router.get("/documents/", response_model=list[DocumentRead])
|
||||
async def read_documents(
|
||||
skip: int = 0,
|
||||
limit: int = 3000,
|
||||
limit: int = 300,
|
||||
search_space_id: int | None = None,
|
||||
session: AsyncSession = Depends(get_async_session),
|
||||
user: User = Depends(current_active_user),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue