docs: add regex syntax details to full-text search docs#6851
docs: add regex syntax details to full-text search docs#6851JKDasondee wants to merge 1 commit intochroma-core:mainfrom
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
There was a problem hiding this comment.
Review found no issues; documentation updates are clear, scoped, and aligned with the stated PR goals.
Status: No Issues Found | Risk: Low
Review Details
📁 2 files reviewed | 💬 0 comments
Instruction Files
└── docs/
└── mintlify/
├── AGENTS.md
└── CLAUDE.md
|
Document This PR is a documentation-only update that expands guidance for full-text search and It also adds new advanced examples in Python, TypeScript, and Rust showing combined use of document filters (including This summary was automatically generated by @propel-code-bot |
Document regex engine details (Rust regex crate), 3-character minimum pattern length, Cloud vs self-hosted max length limits, unsupported features (lookaheads, byte patterns), performance tips, and complex examples combining regex with metadata filters and logical operators. Closes chroma-core#5118
8b997de to
1c33ab8
Compare
Summary
Addresses #5118 by adding regex documentation details to the full-text search page and the Cloud quotas page.
Changes to
docs/querying-collections/full-text-search.mdx:regexcrate with link to full syntax reference$regex+$not_containsdocument filters with metadata filters and logical operatorsChanges to
cloud/quotas-limits.mdx:Closes #5118