We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: update API Reference with min_removed_ratio filter - Add min_removed_ratio query parameter to /xray/steps - Update examples to show filter usage - Update Architecture: removed_ratio is now stored (not computed)
Updated Architecture (markdown)
docs: update Architecture with correct info from codebase - Fix string threshold: 1KB not 2KB - Remove default_detail from SDK config (deprecated) - Update API config to use env vars - Add all 4 examples (added product-categorization) - Correct project structure with _internal directories - Add auth.py to API structure - Add Data Flow diagram - Add Authentication section - Add Deployment Options section - Update resource links
docs: remove duplicate titles and add API Reference to navigation
docs: add API Reference page with complete endpoint documentation
docs: update Quick Start to recommend docker-compose with PostgreSQL - Reorder options to recommend docker-compose + PostgreSQL first - Simplify setup: just curl docker-compose.yml and run - Add separate option for dev builds from source - Update docker run command to use latest image
docs: update wiki with comprehensive documentation - Update Architecture page with full system design, preserved images - Add Quick Start guide with installation and examples - Update Home page with better navigation
Initial Home page