docs(search): add You.com provider page#182
Open
brainsparker wants to merge 1 commit into
Open
Conversation
New page at docs/search/you_com.md documenting both tiers: - Keyless free tier (default, no signup, IP-throttled) - Keyed tier via YOUCOM_API_KEY (higher rate limits) Also updates the search overview index: - Adds `you_com` to the Supported Providers list - Adds `you_com` to the search_provider parameter enumeration - Adds a You.com row to the Supported Providers table And the sidebar (sidebars.js) so the new page is reachable. Companion to BerriAI/litellm#28370 (registers `you_com` as a search_provider in the search_tools registry).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for the new You.com search provider that's being registered upstream in BerriAI/litellm#28370. Filing this separately per @krrish-berri-2's note that doc additions live in this repo, not in BerriAI/litellm.
You.com is the first search provider in the registry that exposes a keyless free tier by default (
api.you.com/v1/agents/search, IP-throttled ~100 queries/day), withYOUCOM_API_KEYupgrading to the keyed endpoint (ydc-index.io/v1/search) for higher limits. This mirrors the existing keyless-default pattern used byduckduckgo/searxng. The docs page reflects both modes.Changes
docs/search/you_com.mddocs/search/index.mdyou_comto the supported-providers list (3 locations: the feature table, thesearch_providerparameter enum, and the Supported Providers table at the bottom)sidebars.jssearch/you_comto the/searchcategory so the page is reachable from the sidebarCross-links
Test plan