AIDB 4.3.0 release notes v7

Released: 04 Jul 2025

AIDB 4.3.0 includes the following enhancements and bug fixes:

TypeDescription
Enhancement Added support for Google Gemini: aidb can now access Gemini text models.
EnhancementAdded support for local Llama: aidb can now execute local Llama instruct models.
EnhancementRemoved excessive log messages: The live processing modes on the knowledge base pipeline used to log each processed record. This is now no longer the case. Printing and streaming these logs often took more time than processing itself.
EnhancementFixed a bug with pipeline names: Strings with capital letters were not supported as names for pipelines. This is now fixed.