New
v2.4.2
Changelog
New Features:
- Azure Blob Storage: Knowledge now supports private Azure Blob Storage for file loading, similarly to Sharepoint and Github.
- OpenAI Responses API: Add support for the OpenAI Responses API specification for providers that implement it (Ollama v0.13.3+, OpenRouter beta).
Bug Fixes:
- LightRAG search: Fix added to preserve references in search response.
- MilvusDB: Specify
output_fieldsin document lookup queries to fix Milvus Lite error - Async Database Drivers: Fix table caching in AsyncSQLiteDb, AsyncPostgresDb, AsyncMySQLDb, and FirestoreDb where
Nonevalues were incorrectly cached, preventing table creation on subsequent calls.
What's Changed
- fix: preserve LightRAG references in search response [SDK-404] by @harshsinha03 in https://github.com/agno-agi/agno/pull/6119
- fix: Milvus Lite query bug and upsert hybrid search handling [SDK-294] by @harshsinha03 in https://github.com/agno-agi/agno/pull/6118
- feat: Azure blob storage by @willemcdejongh in https://github.com/agno-agi/agno/pull/6120