Skip to content

feat(search index): add recent changelogs #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lizard-boy
Copy link

Include recent changelogs (from the past year) in the search index. To prevent the AI from responding with outdated information, changelogs from > 3 months ago are indexed (show up in search) but ignored for RAG (never sent as context). You can override this behavior by tagging your GitHub discussion with 'persist-in-search', which will keep it on the RAG inclusion list until it hits the 1-year search index expiry date.

Include recent changelogs (from the past year) in the search index. To
prevent the AI from responding with outdated information, changelogs
from > 3 months ago are indexed (show up in search) but ignored for RAG
(never sent as context). You can override this behavior by tagging your
GitHub discussion with 'persist-in-search', which will keep it on the
RAG exclusion list until it hits the 1-year search index expiry date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants