add Bocha

This commit is contained in:
luckyman-yan
2025-02-10 16:44:47 +08:00
parent e9d6ada25c
commit 31360fe991
6 changed files with 112 additions and 0 deletions

View File

@@ -1690,6 +1690,12 @@ MOJEEK_SEARCH_API_KEY = PersistentConfig(
os.getenv("MOJEEK_SEARCH_API_KEY", ""),
)
BOCHA_SEARCH_API_KEY = PersistentConfig(
"BOCHA_SEARCH_API_KEY",
"rag.web.search.bocha_search_api_key",
os.getenv("BOCHA_SEARCH_API_KEY", ""),
)
SERPSTACK_API_KEY = PersistentConfig(
"SERPSTACK_API_KEY",
"rag.web.search.serpstack_api_key",