[EMB-123] AI Feed - #2
Open
chandlerhuff wants to merge 1 commit into
Open
Conversation
Add documentation for AI Feed configuration on subscriptions, the AI Atom feed route, and the signing/encryption environment variables.
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
Documents the new per-subscription AI Atom feed feature: users can now enable a private AI Feed on any subscription, configure its lookback window and similarity threshold, and optionally enable Exa web retrieval. Each subscription publishes a signed Atom URL that serves AI summaries and related articles without calling the external AI services at request time.
Changes
GET /api/feeds/ai/{settingId}route in the HTTP API reference: default 100 entries,limitfrom 1 to 1000,404for disabled feeds,401for changed scope or signature, and confirmation that feed requests use Qdrant only (never Exa or OpenCode).AI_FEED_SIGNING_SECRETandAI_FEED_ENCRYPTION_KEYto the environment variables reference, including their fallback behavior toNEXTAUTH_SECRET.Ticket: EMB-123