v1.7.5

Mintplex-Labs/anything-llmv1.7.5Mar 4, 2025by timothycarambat

AI Summary

Major provider updates include fixing the Anthropic `/models` endpoint and adding support for the PPIO provider. Includes bug fixes for the collector, multi-language OCR support, and various localization improvements.

Key Highlights

  • Anthropic provider now uses the `/models` endpoint
  • Collector bug fixes to prevent thread crashing
  • Multi-language OCR support on collector
  • New model provider: PPIO
  • Added Turkish and Arabic translations

New Features

  • Anthropic `/models` endpoint support
  • Collector multi-language OCR
  • Turkish and Arabic language support
  • Claude-3-7 model support
  • Configurable left and right message layout

Full Release Notes

## Notable Changes

- Anthropic provider now uses their `/models` endpoint (finally)
- Bug fixes on collector to prevent thread crashing
- Multi-language OCR support on collector
- More localization and language support

## What's Changed
* Add additional embed API endpoints by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3264
* feat: Add endpoint to retrieve documents by folder name by @thestackdev in https://github.com/Mintplex-Labs/anything-llm/pull/3258
* Improve PromptInput component by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3266
* 2749 ollama client auth token by @ssbodapati in https://github.com/Mintplex-Labs/anything-llm/pull/3005
* Normalize chat sorting defaults in developer API by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3270
* Markdown support in custom messages by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3267
* Update null-check function for aibitat runners by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/3283
* Fix garbled non English chars on document upload by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3301
* [FEAT] Add claude-3-7 by @kaashmonee in https://github.com/Mintplex-Labs/anything-llm/pull/3337
* feature: support configurable left and right message layout by @MrGaoGang in https://github.com/Mintplex-Labs/anything-llm/pull/3244
* Arabic Translation by @Saidoua in https://github.com/Mintplex-Labs/anything-llm/pull/3357
* fix: bug where in single user mode deletion of an api key deletes all  by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/3358
* feat: Add endpoint to upload documents to a specified folder by @thestackdev in https://github.com/Mintplex-Labs/anything-llm/pull/3276
* Add bio field to user by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3346
* speech to text typo correction by @yashschandra in https://github.com/Mintplex-Labs/anything-llm/pull/3330
* New thinking/agent animation + UI by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/3302
* Windows development environment variables support by @kbourro in https://github.com/Mintplex-Labs/anything-llm/pull/3354
* Add new model provider PPIO by @cnJasonZ in https://github.com/Mintplex-Labs/anything-llm/pull/3211
* changed language support for following windows: chat, data-upload and… by @MrMarans in https://github.com/Mintplex-Labs/anything-llm/pull/3010
* feat: Add multilingual support for ocr module by @doodle777 in https://github.com/Mintplex-Labs/anything-llm/pull/3325
* Prevent collector crash when blocked by CDN by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/3373
* Add support for Anthropics /model endpoint (finally) by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/3376

## New Contributors
* @thestackdev made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3258
* @ssbodapati made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3005
* @kaashmonee made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3337
* @MrGaoGang made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3244
* @Saidoua made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3357
* @yashschandra made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3330
* @kbourro made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3354
* @cnJasonZ made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3211
* @MrMarans made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3010
* @doodle777 made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/3325

**Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.7.4...v1.7.5