fix: linting and document limit

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-09-18 17:46:51 -07:00
parent 0474a114d9
commit c2897d7fbe
5 changed files with 193 additions and 194 deletions

View file

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