You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.4 - Ollama integration and improvements
What's Changed:
- Added Ollama language model integration with Docker support
- Comprehensive examples and documentation for Ollama usage
- Fixed OllamaLanguageModel parameter name (model -> model_id)
- Added CI/CD tests for Ollama integration
- Updated API examples for consistency across all models
Technical Details:
- Supports all Ollama models (gemma2:2b, llama3.2, etc.)
- Docker compose setup for production deployments
- Integration tests run on every PR
Full Changelog: v1.0.3...v1.0.4