--- name: Bug Report about: Report a bug to help us improve Memvid title: '[BUG] ' labels: 'bug' assignees: '' --- ## Bug Description A clear and concise description of the bug. ## Steps to Reproduce 1. 2. 3. ## Expected Behavior What you expected to happen. ## Actual Behavior What actually happened. ## Environment - **OS**: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11] - **Rust Version**: [e.g., 1.85.0] - **Memvid Version**: [e.g., 2.0.0] - **Features Enabled**: [e.g., lex, vec, clip] ## Minimal Reproducible Example ```rust // Code to reproduce the issue ``` ## Error Output ``` // Paste any error messages or stack traces here ``` ## Additional Context Any other context about the problem (screenshots, logs, etc.) ## Checklist - [ ] I have searched existing issues for duplicates - [ ] I have tested with the latest version - [ ] I can reproduce this consistently