Skip to content

Releases: docqai/docq

v0.13.11

12 Oct 16:09
9980b47
Compare
Choose a tag to compare

What's Changed

🏕 What's New

Full Changelog: v0.13.8...v0.13.11

v0.13.8

17 Sep 00:23
Compare
Choose a tag to compare

fix(API): error handling to not cover 404 with a 500

Full Changelog: v0.13.7...v0.13.8

v0.13.7

14 Sep 12:37
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • fix: invalid import introduced during a refactor

Full Changelog: v0.13.6...v0.13.7

v0.13.6

14 Sep 11:09
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • tests: fix tests broken during a refactor

Full Changelog: v0.13.5...v0.13.6

v0.13.5

10 Sep 22:28
Compare
Choose a tag to compare
build: bump version

v0.13.4

08 Sep 15:38
Compare
Choose a tag to compare

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

07 Sep 22:31
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • fix: add missing values into .env template

Full Changelog: v0.13.1...v0.13.2

v0.13.1

07 Sep 17:25
2e81525
Compare
Choose a tag to compare

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

29 Jun 11:18
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • fix: various web API improvements inc security for the Chrome extension by @janaka in #266

Full Changelog: v0.11.0...v0.12.0

v0.11.0

02 Jun 16:58
b76fda2
Compare
Choose a tag to compare

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