mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat: added ai file sorting
This commit is contained in:
parent
fa0b47dfca
commit
4bee367d4a
51 changed files with 1703 additions and 72 deletions
|
|
@ -20,7 +20,9 @@ router = APIRouter()
|
|||
@router.get("/search-spaces/{search_space_id}/export")
|
||||
async def export_knowledge_base(
|
||||
search_space_id: int,
|
||||
folder_id: int | None = Query(None, description="Export only this folder's subtree"),
|
||||
folder_id: int | None = Query(
|
||||
None, description="Export only this folder's subtree"
|
||||
),
|
||||
session: AsyncSession = Depends(get_async_session),
|
||||
user: User = Depends(current_active_user),
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue