chore: format

This commit is contained in:
Timothy Jaeryang Baek
2024-11-19 12:22:58 -08:00
parent 0cbb4572f6
commit 8aa2d09cee
50 changed files with 416 additions and 51 deletions

View File

@@ -1285,7 +1285,7 @@ def process_web_search(form_data: SearchForm, user=Depends(get_verified_user)):
loader = get_web_loader(
urls,
verify_ssl=app.state.config.ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION,
requests_per_second=app.state.config.RAG_WEB_SEARCH_CONCURRENT_REQUESTS
requests_per_second=app.state.config.RAG_WEB_SEARCH_CONCURRENT_REQUESTS,
)
docs = loader.aload()