Skip to content

Releases: docqai/docq

v0.9.0

26 Feb 22:14
28c3004
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat: add Groq inference support by @janaka in #223
  • feat: dynamic Assistants by @janaka in #224
    • refactor: store layer implementing DataScope.
      • Personas will use the new file structure for org scoped data.
      • A step towards the new file structure proposed in RFC #211
    • refactor: personas data entity to assistants
    • add DAL functions for personas
    • build: update Ruff package
    • fix: remember and set selected Assistant for "new chat"
    • adjust agent run logic
    • refactor(chat ui): remove dates
    • fix the data location refactor.
    • improve the assistant edit UI
      • populate the system and user prompt fields with stater.
    • refactor: use the LLM setting collection defined on the assistant.
    • fix(UI): only show files/knowledge for shared ask
    • chat ui: tweak upload file drop zone
  • fix(UI): hide ML Engineering section for none admins

Full Changelog: v0.8.4...v0.9.0

v0.8.4

19 Feb 21:47
Compare
Choose a tag to compare

What's Changed

🏕 What's New

👒 Dependencies

Full Changelog: v0.8.2...v0.8.4

v0.8.2

02 Feb 01:37
Compare
Choose a tag to compare

Full Changelog: v0.8.1...v0.8.2

Full Changelog: v0.8.1...v0.8.2

v0.8.1

02 Feb 01:13
f2607b5
Compare
Choose a tag to compare

What's Changed

🏕 What's New

Full Changelog: v0.7.4...v0.8.1

v0.7.4

17 Jan 09:56
677c71d
Compare
Choose a tag to compare

What's Changed

🏕 What's New

Full Changelog: v0.7.2...v0.7.4

v0.7.2

14 Dec 08:22
bbc207c
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat: add support for Vertex AI Gemini Pro by @janaka in #185
    • add third-party service credential handling pattern
    • add GCP credential handling for Vertex AI
    • add Gemini Pro model settings
    • add PaLM2 model settings
  • bug: fix public chat interface error. by @osala-eng in #180
  • fix (UI): minor bugs by @osala-eng in #176

Other

  • docs: Vertex AI credentials creation.
  • docs: Google Drive and MS OneDrive documentation by @osala-eng in #169
  • docs: various fixes + update mkdocs-material package by @janaka in #172
  • docs: update README and home page help text. by @janaka in #178

Full Changelog: v0.7.1...v0.7.2

v0.7.1

03 Dec 14:55
1eb9b3e
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat: add first web API REST endpoints (alpha) by @janaka in #171

    • /api/chat/completion - direct LLM calls
    • /api/rag/completion - RAG based on spaces
  • Add REST API framework implementation into Streamlit (alpha)

    • Uses a hack to get a reference to the Tornado web server instance to add routes + handlers.
    • Has token-based auth hooks wired up. Token gen and checking need to be implemented.
    • Pydantic models to handle request/response payloads (de)serialisation.
    • HTTP error handling based on Pydantic validation

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Nov 15:24
2e577dd
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat(data source): Microsoft OneDrive by @osala-eng in #163
  • refactor: remove ask "your" documents feat. by @janaka in #168
  • refactor(UI): page title and favicon render logic
    • add Docq.AI logo as favicon
    • remove underscores from page titles
    • about menu content available on every page.
    • fix: about menu content not rendering
    • fix: about menu content formatting
  • fix(ML Tools): remove extractors since Llama Index 0.9.x upgrade

👒 Dependencies

  • Build(deps): Bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #162
  • Build(deps): Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #157
  • Build(deps): update streamlit to latest version (v1.24.0 -> v1.28.2) by @osala-eng in #166

Full Changelog: v0.6.2...v0.7.0

v0.6.2

29 Nov 10:54
cfa76cd
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • chore: update to llama index 0.9.x by @janaka in #161
  • fix: login with password manager fails by @osala-eng in #158
  • test: fix integration tests by @osala-eng in #160
  • refactor: switch LLM calls to use LiteLLM by @janaka in #164
  • fix: re-add and fix Otel callback_handler
    • It was throwing errors and then crashing the main process.
    • Also fixes the instrumentation logic errors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Nov 16:08
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • fix: Fix space selector not rendering properly. by @osala-eng in #155

Full Changelog: v0.6.0...v0.6.1