Releases: docqai/docq
Releases · docqai/docq
v0.13.11
v0.13.8
fix(API): error handling to not cover 404 with a 500
Full Changelog: v0.13.7...v0.13.8
v0.13.7
What's Changed
🏕 What's New
- fix: invalid import introduced during a refactor
Full Changelog: v0.13.6...v0.13.7
v0.13.6
What's Changed
🏕 What's New
- tests: fix tests broken during a refactor
Full Changelog: v0.13.5...v0.13.6
v0.13.5
build: bump version
v0.13.4
What's Changed
🏕 What's New
- fix: web API returned status codes for creates and deletes
Full Changelog: v0.13.2...v0.13.4
v0.13.2
What's Changed
🏕 What's New
- fix: add missing values into .env template
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
🏕 What's New
- refactor: update streamlit version plus improvements to API needed by Chrome Ext by @janaka in #268
- build(deps): update Streamlit to v.1.38. Fairly significant changes to fix breaking changes. Includes redoing implementation the new way for left navigation, page title/favicon, how routes get registered including the web API routes.
- feat: support for configuring PostHog for product analytics.
Full Changelog: v0.12.0...v0.13.1
Other
- build(deps): bump Pydantic to v2.8.2
- build(deps): pin Llama Index to v0.10.39 - due to breaking changes in newer version that we do not want to deal with
v0.12.0
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