Skip to content

Releases: docqai/docq

v0.10.6

11 May 17:25
Compare
Choose a tag to compare

fix: code chat history breaking chat { is present (#255)

  • fix: escape { and } in message history before sending to retrieval class
    • otherwise it breaks because we are using the message template feature as a hack to get message history into the LLM call messages collection.
  • chore: fix typo in copy
  • fix: handle org setting enabled feat keys that are no longer valid. That's a feature that used to exist that was saved as a setting for an org in the DB. When the feature is removed from the avail features list (enum) because we no longer want it, we want the admin UI code to just ignore it.

Full Changelog: v0.10.6...v0.10.6

v0.10.5

09 May 23:18
Compare
Choose a tag to compare
  • fix(slack): handle missing client_msg_id more graceful

Full Changelog: v0.10.4...v0.10.5

v0.10.4

30 Apr 22:12
1c56ed9
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat: add Groq Llama3 by @janaka in #246
  • Update getting-started.md by @snekkenull in #247
  • fix: Slack integration by @janaka in #248
  • refactor(slack): Improve slack integration by @janaka in #249
  • fix: shared ask RAG chat history not being passed in LLM call message history

New Contributors

Full Changelog: v0.10.1...v0.10.4

v0.10.1

08 Apr 21:22
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • refactor: improve retrieval - switch to RAG Fusion by @janaka in #242

Full Changelog: v0.10.0...v0.10.1

v0.10.0

06 Apr 19:49
de24797
Compare
Choose a tag to compare

What's Changed

🏕 What's New

Full Changelog: v0.9.7...v0.10.0

v0.9.7

24 Mar 16:27
7807c82
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat: GPT4 Turbo 1106 preview service config + settings by @janaka in #239

Full Changelog: v0.9.6...v0.9.7

v0.9.6

23 Mar 13:15
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • refactor: update to Llama-Index v0.10.* by @janaka in #238

👒 Dependencies

  • Build(deps): Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #222

Full Changelog: v0.9.5...v0.9.6

v0.9.5

08 Mar 22:19
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • Feat/chrome extension integration by @osala-eng in #217
  • fix: thread spaces create logic generating none unique names. by @janaka in #235

Full Changelog: v0.9.3...v0.9.5

v0.9.3

07 Mar 00:03
51a87fd
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • feat(webscraper): add support for a list of URLs by @janaka in #232
  • fix: getting a selected assistant from across global and org scope by @janaka in #233

Full Changelog: v0.9.1...v0.9.3

v0.9.1

27 Feb 02:57
Compare
Choose a tag to compare

What's Changed

🏕 What's New

  • fix: assistants list not rendering global assistants by @janaka in #230

Full Changelog: v0.9.0...v0.9.1