0.15.2
Canner/WrenAI0.15.2Jan 27, 2025by wwwy3y3
AI Summary
Enhances configuration flexibility by allowing JSON object outputs for LLMs and mounting local files directly into the application data directory.
Key Highlights
- Allow using json_object as LLM output
- Mount local files (csv, excel) to `.wrenai/data` directory
New Features
- Allow using json_object as llm output
- Allow mounting local files such as csv, excel to `.wrenai/data` directory
Full Release Notes
## Chores and fixes * Allow using json_object as llm output by @cyyeh in https://github.com/Canner/WrenAI/pull/1236 * Add deepseek example config by @cyyeh in https://github.com/Canner/WrenAI/pull/1236 * Allow mounting local files such as csv, excel to `.wrenai/data` directory to be used in DuckDB data source by @cyyeh in https://github.com/Canner/WrenAI/pull/1236 **Full Changelog**: https://github.com/Canner/WrenAI/compare/0.15.1...0.15.2