Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
memvid-0.1.2.tar.gz | 2025-05-28 | 29.9 kB | |
README.md | 2025-05-28 | 1.5 kB | |
v0.1.2 - Memvid source code.tar.gz | 2025-05-28 | 304.0 kB | |
v0.1.2 - Memvid source code.zip | 2025-05-28 | 324.4 kB | |
Totals: 4 Items | 659.8 kB | 0 |
🎉 Memvid v0.1.2 - Cross-Platform Compatibility
🚀 What's New
🔧 Major Improvements - 🌐 Universal Installation: Memvid now uses OpenCV's built-in QR decoder, eliminating all platform-specific installation issues. No more libzbar not found errors on Windows, macOS, or Linux! - 📚 Native PDF Support: Added add_pdf() method to MemvidEncoder for direct PDF processing encoder = MemvidEncoder() encoder.add_pdf("book.pdf") # That's it! - 🔌 Flexible Dependencies: Switched from pinned to flexible version requirements, resolving numpy compatibility issues across different Python environments
✨ New Features - Added comprehensive PDF book chat example - Improved error messages for missing optional dependencies - Enhanced documentation with troubleshooting guides
🐛 Bug Fixes - Fixed numpy dtype compatibility errors - Resolved architecture mismatch issues on Apple Silicon - Fixed import errors in mixed Python environments
📖 Documentation - Added detailed installation instructions with virtual environment setup - Created CONTRIBUTING.md with development guidelines - Updated README with badges, use cases, and comparison table - Added complete working examples
💡 Upgrading
pip install --upgrade memvid==0.1.2
For PDF support: pip install PyPDF2
🙏 Thanks
Special thanks to early adopters who reported installation issues. Memvid is now truly plug-and-play across all platforms!