Features
- API enhancement by @wwwy3y3 in #1781
- Models API: GET
/models- Retrieve latest deployed models in MDL format - Ask API: POST
/ask- Enhanced natural language to SQL with summary generation - Summary API: POST
/generate_summary- Generate insights from a SQL statement - Streaming APIs: Real-time progress for "ask" and "SQL generation" (
/stream/ask,/stream/generate_sql) - Knowledge APIs: Full CRUD for instructions and SQL pairs (
/knowledge/instructions,/knowledge/sql_pairs)
- Models API: GET
Fixes and chores
- chore(wren-ai-service): minor updates by @cyyeh in #1791
- chore(wren-ai-service): update docs by @cyyeh in #1797
- Update README.md by @chilijung in #1802
Security updates
- chore(deps): bump github.com/containerd/containerd/v2 from 2.0.4 to 2.0.5 in /wren-launcher in the go_modules group across 1
directory by @dependabot in #1679 - chore(wren-ui): upgrade tar-fs to 2.1.3 by @onlyjackfrost in #1798
Full Changelog: 0.24.1...0.25.0