v2.1.3

TanStack/queryv2.1.3Jul 14, 2025by thomashacker

AI Summary

This release focuses on expanding data type support and improving the user onboarding experience by hiding the Getting Started display after it has been viewed.

Key Highlights

  • Added support for CSV, XLS, and XLSX file formats in the DefaultReader.
  • Introduced environment variables for Ollama model configuration.
  • Enhanced user experience by hiding the 'Getting Started' display after it has been viewed once.

New Features

  • Support for CSV, XLS, and XLSX file formats
  • OLLAMA_MODEL and OLLAMA_EMBED_MODEL environment variables
  • Hiding 'Getting Started' display after showing once

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`