[0.7.0](https://github.com/timescale/pgai/compare/pgai-v0.6.0...pgai-v0.7.0) (2025-02-05)
Features
* add vectorizer enable/disable support for ai.scheduling_none ([f3d91a3](https://github.com/timescale/pgai/commit/f3d91a3a774703a46fb88e9b378039eaedb5dcc8))
Bug Fixes
* remove sqlalchemy warning about conflicts ([413](https://github.com/timescale/pgai/issues/413)) ([55f89fe](https://github.com/timescale/pgai/commit/55f89fe48779e5bb2ddfd0f4ba7e0e01218f5a76))
extension-0.8.0
New features and improvements
- Add vectorizer enable/disable support for `ai.scheduling_none` ([402](https://github.com/timescale/pgai/pull/402))
- Add LiteLLM embedding and vectorizer integration ([320](https://github.com/timescale/pgai/pull/320))
- Add Ollama support for tool use and structured outputs ([403](https://github.com/timescale/pgai/pull/403))
- [BREAKING] Update cohere embed, chat, rerank to use V2 endpoints ([417](https://github.com/timescale/pgai/pull/417))
- Add `ai.anthropic_list_models` ([386](https://github.com/timescale/pgai/pull/386))
Fixes
- Changed tool_choice type and null args omitted ([405](https://github.com/timescale/pgai/pull/405))
Other improvements
- Update anthropic library to 0.44.0 ([385](https://github.com/timescale/pgai/pull/385))
- Improve and split DEVELOPMENT.md ([380](https://github.com/timescale/pgai/pull/380))