This commit is contained in:
Timothy Jaeryang Baek
2026-03-31 23:12:23 -05:00
parent 98570d3547
commit 36d02aa147
2 changed files with 3 additions and 3 deletions

View File

@@ -3084,7 +3084,7 @@ WEB_SEARCH_CONCURRENT_REQUESTS = PersistentConfig(
WEB_FETCH_MAX_CONTENT_LENGTH = PersistentConfig(
'WEB_FETCH_MAX_CONTENT_LENGTH',
'rag.web.search.fetch_url_max_content_length',
'rag.web.fetch.max_content_length',
(int(os.environ.get('WEB_FETCH_MAX_CONTENT_LENGTH')) if os.environ.get('WEB_FETCH_MAX_CONTENT_LENGTH') else None),
)