Skip to content

metadata filtering support #21870

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

Merged
merged 10 commits into from
Apr 24, 2025
Merged

metadata filtering support #21870

merged 10 commits into from
Apr 24, 2025

Conversation

aninibread
Copy link
Contributor

Summary

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

Copy link
Contributor

This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:

  • /autorag/usage/recipes/

Copy link
Contributor

hyperlint-ai bot commented Apr 22, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Implemented metadata filtering support and enhanced documentation for AutoRAG features.

  • Added a new page on metadata filtering to explain its usage and attributes.
  • Introduced new guides for creating a simple search engine and using custom generation models.
  • Updated the 'Get started' page title for consistency.
  • Enhanced multitenancy documentation with examples of folder organization and filtering.

Modified Files

  • src/content/docs/autorag/get-started.mdx
  • src/content/docs/autorag/index.mdx
  • src/content/docs/autorag/usage/rest-api.mdx
  • src/content/docs/autorag/usage/workers-binding.mdx
  • src/content/partials/autorag/ai-search-api-params.mdx
  • src/content/partials/autorag/ai-search-response.mdx
  • src/content/partials/autorag/search-api-params.mdx
  • src/content/partials/autorag/search-response.mdx

Added Files

  • src/content/docs/autorag/configuration/metadata-filtering.mdx
  • src/content/docs/autorag/how-to/bring-your-own-generation-model.mdx
  • src/content/docs/autorag/how-to/create-simple-search-engine.mdx
  • src/content/docs/autorag/how-to/index.mdx
  • src/content/docs/autorag/how-to/multitenancy.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth a changelog!

Copy link
Contributor

github-actions bot commented Apr 22, 2025

Preview URL: https://5b06b5db.preview.developers.cloudflare.com
Preview Branch URL: https://anni-autorag-filters.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/autorag/configuration/metadata-filtering/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/configuration/metadata-filtering/
https://developers.cloudflare.com/autorag/usage/recipes/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/usage/recipes/
https://developers.cloudflare.com/autorag/how-to/bring-your-own-generation-model/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/how-to/bring-your-own-generation-model/
https://developers.cloudflare.com/autorag/how-to/multitenancy/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/how-to/multitenancy/
https://developers.cloudflare.com/autorag/usage/workers-binding/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/usage/workers-binding/
https://developers.cloudflare.com/changelog/2025-04-23-autorag-metadata-filtering/ https://anni-autorag-filters.preview.developers.cloudflare.com/changelog/2025-04-23-autorag-metadata-filtering/
https://developers.cloudflare.com/autorag/how-to/simple-search-engine/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/how-to/simple-search-engine/
https://developers.cloudflare.com/autorag/how-to/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/how-to/
https://developers.cloudflare.com/autorag/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/
https://developers.cloudflare.com/autorag/usage/rest-api/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/usage/rest-api/
https://developers.cloudflare.com/autorag/get-started/ https://anni-autorag-filters.preview.developers.cloudflare.com/autorag/get-started/

@aninibread aninibread merged commit a31fddf into production Apr 24, 2025
13 checks passed
@aninibread aninibread deleted the anni/autorag-filters branch April 24, 2025 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants