v1.7.6
Mintplex-Labs/anything-llmv1.7.6Mar 19, 2025by timothycarambat
AI Summary
This release focuses on UI refinements for agent interactions and thought containers, alongside improvements to embedding endpoints (OpenAI compatible) and ChromaDB. It introduces Danish translation and the ability to reorder workspaces.
Key Highlights
- Fixed thought container getting cut off at max height
- Improved Agent calling UI height handling
- Added Danish translation support
- Fixed ChromaDB similarity offset
- Added ability to reorder workspaces
New Features
- Danish translation
- Workspace reordering
- Remove folder developer API endpoint
- ChromaDB similarity offset fix
- OpenAI compatible embedding endpoint fix
Full Release Notes
## What's Changed * fix thought container from getting cut off at max height by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3449 * Fix agent calling UI max height by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3457 * Added danish translation by @MOEI-123412 in https://github.com/Mintplex-Labs/anything-llm/pull/3461 * Pinning UI improvements by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3490 * Add remove folder developer API endpoint by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3489 * fix chroma db + add similarity offset by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3458 * Fix embedding endpoint for OpenAI compatible API by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3467 * Add ability to reordering workspaces by @MrMarans in https://github.com/Mintplex-Labs/anything-llm/pull/3446 * Use concurrently to run all dev service at once by @dotku in https://github.com/Mintplex-Labs/anything-llm/pull/3424 ## New Contributors * @MOEI-123412 made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3461 * @dotku made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3424 **Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.7.5...v1.7.6