v0.11.0
What's Changed
🏕 What's New
- fix: code chat history breaking chat
{
is present by @janaka in #255 - Slack improvements 3 by @janaka in #258
- refactor: switch shared to use a Llama Index pipeline implementation and adopt HyDE. by @janaka in #259
- refactor: fix some undefined type errors
- build: update to Ruff v0.2.2 -> v0.4.4
- build: update llama-index-core
- refactor: split things into files a bit more to avoid circular deps.
- docs(readme): update 2nd level tag line to make it clearer.
- tests: fix failing test from moving some indexing and storage functions to a different file.
- feat: add GPT-4o support
- refactor: move azure env var strings to config file and reference by py variable in code
- update azure_openai_latest setting to use gpt-4o
Full Changelog: v0.10.6...v0.11.0