We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7272095 + 4bb7bfa commit ae053a4Copy full SHA for ae053a4
backend/onyx/configs/chat_configs.py
@@ -93,7 +93,7 @@
93
BING_API_KEY = os.environ.get("BING_API_KEY") or None
94
EXA_API_KEY = os.environ.get("EXA_API_KEY") or None
95
96
-NUM_INTERNET_SEARCH_RESULTS = int(os.environ.get("NUM_INTERNET_SEARCH_RESULTS") or 1)
+NUM_INTERNET_SEARCH_RESULTS = int(os.environ.get("NUM_INTERNET_SEARCH_RESULTS") or 10)
97
NUM_INTERNET_SEARCH_CHUNKS = int(os.environ.get("NUM_INTERNET_SEARCH_CHUNKS") or 50)
98
99
# Enable in-house model for detecting connector-based filtering in queries
0 commit comments