v2.1.3
swisskyrepo/PayloadsAllTheThingsv2.1.3Jul 14, 2025by thomashacker
AI Summary
This release enhances data handling by adding support for CSV, XLS, and XLSX formats in the DefaultReader. It also introduces configuration variables for Ollama models and improves the user interface by hiding the Getting Started guide after initial display.
Key Highlights
- Added support for CSV, XLS, and XLSX formats in DefaultReader
- Added OLLAMA_MODEL and OLLAMA_EMBED_MODEL environment variables
- Hiding Getting Started display after showing once
New Features
- CSV/XLS/XLS file reading support
- Ollama model configuration
- UI UX improvement for Getting Started
Full Release Notes
## [2.1.3] More data types ## Added - Added `OLLAMA_MODEL` and `OLLAMA_EMBED_MODEL` environment variables (https://github.com/weaviate/Verba/pull/372) - Hiding `Getting Started` display after showing once - Added support for `csv` `xlsx` `xls` for the `DefaultReader`