In our second release of llumen, we've supercharged the app with robust file handling, mobile optimization, and performance tweaks that make chatting smoother and more versatile.
🌟 What's New
- Versatile File Uploads: Seamlessly handle images, PDFs, documents, audio, and more. Bring your files into the conversation for OCR, analysis.
- Mobile-First Magic: Responsive design now shines on phones. Chat fluently on the move without sacrificing features or speed.
- Frontend Performance Boost: Heavy rendering tasks like Markdown and media processing are offloaded to web workers.
- Backend Efficiency Gains: Streaming for large files and chunks slashes memory usage, letting you tackle bigger uploads without breaking a sweat.
- Bug Squashed: Fixed the resumed stream issue that skipped last control token.
Warning
If you're upgrading from v0.1.x, you need to migrate your data from redb v2 to redb v3. Backup your blobs.redb
file first.
Dive back in and level up your LLM chats. Feedback? Reach me out! 🚀
Full Changelog: v0.1.1...v0.2.0