add search provider for brave search api (#19433)

* add search provider for brave search api

Introduces a minimal implementation of the Brave Search API as a search provider. Additionally, this PR introduces a test file to ensure the provider works properly, and numerous other smaller changes (e.g., changes to docs to mention the new option).

* Update transformation.py
This commit is contained in:
Sampson
2026-01-20 19:23:29 -08:00
committed by GitHub
parent ce722ab763
commit 09941dd1d1
10 changed files with 497 additions and 2 deletions
@@ -12,6 +12,7 @@ SEARCH_PROVIDERS = [
"google_pse",
"parallel_ai",
"exa_ai",
"brave",
"firecrawl",
"searxng",
"linkup",