v1.14.2
Budibase/budibasev1.14.2Jun 22, 2026by timothycarambat
AI Summary
A patch release preparing for the upcoming 1.15.0/2.0.0-preview by migrating to the OpenAI SDK, adding new search providers, and fixing various embeddings and file context bugs.
Key Highlights
- Migrated AWS SDK to OpenAI
- Added Groq Speech-to-Text (STT)
- Added Brave Search provider
- Added fastCRW web search provider
- Fixed file context and citations in empty workspaces
New Features
- Groq Speech-to-Text (STT)
- Brave Search provider
- fastCRW web search provider
- Query/passage prefix env vars for GenericOpenAi embedder
Full Release Notes
Just some small patches for the upcoming 1.15.0 / 2.0.0-preview initial release for desktop ## What's Changed * Migrate AWS Sdk to OpenAI by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5848 * Groq STT by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5853 * Fix edit prompt not appearing on user prompt by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5861 * add missing headers to ollama embeder engine isAlive method by @TomaszZakrzewski in https://github.com/Mintplex-Labs/anything-llm/pull/5863 * docs: update collector language in project structure by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/5866 * Fix attached file context and citations in empty workspace and agent chat by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/5849 * Only show mass thread delete on hover by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5871 * add Brave Search provider by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5872 * feat: add fastCRW web search provider by @us in https://github.com/Mintplex-Labs/anything-llm/pull/5824 * fix: omit temperature for opus 4.7/4.8 in anthropic llm provider by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/5882 * 1.14.2 by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5897 ## New Contributors * @TomaszZakrzewski made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5863 * @us made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5824 **Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.14.1...v1.14.2