Changelog
v1.1 (In Development)
New Features
- MCP (Model Context Protocol) Support: Added MCP server and client support (#419, #425, #426, #427, #428)
- React Integration: Added React call MCP functionality (#428)
Improvements
- Documentation updates for API/CLI changes in v1.0 (#420, #421)
- Enhanced README with messaging improvements and link fixes
v1.0
Major Features
- Flow API & Management: Complete flow configuration and management system (#345, #346, #356, #357, #358)
- Knowledge Management: Knowledge service, library management, and core CLI tools (#367, #368, #369, #372)
- Enhanced Gateway: Reverse gateway functionality and improved API gateway (#416, #356)
- Performance Improvements: Multi-threading support for consumers and LLMs (#408, #409)
New Integrations
- vLLM Support: Added vLLM integration (untested) (#410)
- HuggingFace TGI: Added HuggingFace Text Generation Inference support (#396)
- Google AI Updates: Enhanced Google AI integration (#394)
Bug Fixes & Improvements
- Fixed command line arguments handling (#417)
- Fixed library translators (#415)
- Fixed missing script issues (#418)
- Improved token rate measurement utility (#412)
- Enhanced translator classes (#414)
- Miscellaneous fixes (#413)
v0.23
New Features
- Knowledge Service: Full knowledge management system with CLI tools
- Library Management: Document submission and library CLI functionality
- Entity Contexts: Import/export capabilities for entity contexts
- Configuration Persistence: Enhanced config management and reload mechanisms
Infrastructure
- Container Updates: Upgraded to Python 3.12 (#386)
- OCR Improvements: Ported OCR code to new API architecture
- Apache 2 License: Updated licensing (#373)
Bug Fixes
- Fixed LLM launch bugs (#377, #378)
- Fixed queue initialization issues (#381, #382)
- Fixed chunking not being enabled (#364)
- Fixed OpenAI base URL handling
v0.22
Major Features
- Configuration Service: Dynamic configuration management (#332, #334, #335)
- Prompt Management: Dynamic prompt loading and CLI commands (#338)
- Agent Management: Enhanced agent configuration system
Infrastructure Changes
- Removed template directory (moved to separate repository) (#336)
- Enhanced configuration initialization (#335)
- Added config reload handler mechanism (#334)
v0.21
New Features
- Librarian Service: Document processing and management (#304, #305, #307, #310, #311)
- Mistral AI Support: Complete Mistral API integration including OCR (#313, #326)
- LM Studio Integration: Added LM Studio LLM hosting support (#323, #328)
- PDF OCR: Separate PDF OCR package with Tesseract support (#324)
- Cassandra Integration: Added Cassandra auth with SSL support (#318)
Cloud & Infrastructure
- Azure AKS: Azure Kubernetes Service integration (#317, #319)
- AWS Bedrock: Inference profiles support (#314)
- FastEmbed: Enabled FastEmbed component (#316)
API Improvements
- Pulsar API Key: Added API key support (#308)
- Async/Sync Fixes: Resolved async/sync loading issues (#315)
- GraphRAG & DocRAG: Enhanced parameters and path hops (#312)
Bug Fixes
- Fixed broken setup.py (#320)
- Fixed async send typos (#322)
- Fixed container build issues (#325)
- Fixed missing OpenAI symbol and base URL specification (#330)
- Fixed Bedrock integration issues (#331)