Releases: docqai/docq
Releases · docqai/docq
v0.9.0
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
- refactor: store layer implementing DataScope.
- fix(UI): hide ML Engineering section for none admins
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
🏕 What's New
- refactor: to use env var value for API token secret by @janaka in #208
- BUG: Fix api endpoint handlers. by @osala-eng in #214
- Fix/st query params deprecation by @osala-eng in #215
- fix: Restore Admin_Spaces page. by @osala-eng in #219
- chore: tweaks needed for Google app identity approval by @janaka in #221
👒 Dependencies
- Build(deps): Bump scipy from 1.9.3 to 1.10.0 by @dependabot in #173
- Build(deps): Bump gitpython from 3.1.40 to 3.1.41 by @dependabot in #193
- Build(deps): Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #195
- Build(deps): Bump streamlit from 1.28.2 to 1.30.0 by @dependabot in #196
- Build(deps): Bump aiohttp from 3.9.0 to 3.9.2 by @dependabot in #204
- Build(deps): Bump cryptography from 41.0.6 to 42.0.2 by @dependabot in #220
- Build(deps-dev): Bump pillow from 9.5.0 to 10.2.0 by @dependabot in #201
- Build(deps): Bump transformers from 4.33.2 to 4.36.0 by @dependabot in #189
Full Changelog: v0.8.2...v0.8.4
v0.8.2
Full Changelog: v0.8.1...v0.8.2
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
🏕 What's New
- feat/Enable file upload in chat window by @osala-eng in #187
- feat: assistants v1 by @janaka in #203
- 205 bug user isnt admin of their personal org by @osala-eng in #206
Full Changelog: v0.7.4...v0.8.1
v0.7.4
What's Changed
🏕 What's New
- tests: improve test coverage by @osala-eng in #175
- refactor(UI): Move all admin menus to a single page by @osala-eng in #183
- chore: Update google drive service to use credential json by @osala-eng in #188
- fix: RAG by @janaka in #194
- fix: broken imports by @janaka in #199
Full Changelog: v0.7.2...v0.7.4
v0.7.2
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
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
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
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
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