update fixes

This commit is contained in:
2025-12-24 14:32:55 +01:00
parent 7ed083299f
commit 95f6ae2ca9
2 changed files with 1 additions and 2 deletions

View File

@@ -157,8 +157,7 @@ async def search_documents(
q: str,
category: Optional[str] = None,
limit: int = 5,
provider: Optional[str] = None,
user = Depends(admin_required)
provider: Optional[str] = None
):
"""
Search across indexed documents.

0
trigger_reindex.py Normal file → Executable file
View File