update fixes
This commit is contained in:
@@ -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
0
trigger_reindex.py
Normal file → Executable file
Reference in New Issue
Block a user