refac: styling

This commit is contained in:
Timothy J. Baek
2024-05-27 13:22:24 -07:00
parent 4685f523b6
commit f3527df644
7 changed files with 132 additions and 23 deletions

View File

@@ -783,7 +783,7 @@ RAG_WEB_SEARCH_ENABLED = (
or SERPER_API_KEY != ""
)
RAG_WEB_SEARCH_RESULT_COUNT = int(os.getenv("RAG_WEB_SEARCH_RESULT_COUNT", "10"))
RAG_WEB_SEARCH_RESULT_COUNT = int(os.getenv("RAG_WEB_SEARCH_RESULT_COUNT", "3"))
RAG_WEB_SEARCH_CONCURRENT_REQUESTS = int(
os.getenv("RAG_WEB_SEARCH_CONCURRENT_REQUESTS", "10")
)