[v1.2.1] - 2025-02-24
Added
- Added user message instructions for sources if include_sources is true.
- Added date and time in the system prompt.
Changed
- Increased preprocessing ephemeral storage.
- Changed the default image describer LLM to DeepInfra llama 11B vision.
- Implemented a new, better, and simpler way of starting/terminating the preprocessing Celery worker.
Fixed
- Managing 1:1 relation (repository-crawler_setup) in a correct way
[v1.2.0] - 2025-02-18
Added
- Dashboard - Add crawler functionality to file management
- Dashboard - File management search dropdown is now clearable.
- Multimodal file preprocessing - supporting images and tables in pdfs
- Generating responses with multimodal RAG
Changed
- Dashboard - File management search functionality now accepts the path of the desired document and shows the first 100 results (previously 50).
Fixed