Merge branch 'add-serply' into dev

This commit is contained in:
teampen
2024-06-09 21:40:50 -04:00
6 changed files with 318 additions and 3 deletions

View File

@@ -915,6 +915,12 @@ SERPER_API_KEY = PersistentConfig(
os.getenv("SERPER_API_KEY", ""),
)
SERPLY_API_KEY = PersistentConfig(
"SERPLY_API_KEY",
"rag.web.search.serply_api_key",
os.getenv("SERPLY_API_KEY", ""),
)
RAG_WEB_SEARCH_RESULT_COUNT = PersistentConfig(
"RAG_WEB_SEARCH_RESULT_COUNT",