Releases: docqai/docq
Releases · docqai/docq
v0.6.0
What's Changed
🏕 What's New
- feat (core): Add Google Drive datasource by @osala-eng in #135
- feat: UI to switch between chat threads by @osala-eng in #152
- refactor: extensions loading to support modules with no classes by @janaka in #153
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
🏕 What's New
- chore(observability): Add OpenTelemetry instrumentation with Honeycomb exporter by @janaka in #142
- chore: add better license notice communication by @janaka in #143
- fix: shared space selector by @osala-eng in #146
- feat(Core): system for extending Docq with external modules (aka plugins) by @janaka in #148
- feat(extensions): extension system v0.1 (alpha) to handle UI and data layer extension. See docs
- docs: add docs for Extensions feature
- chore: instrument extension loading
- chore: fix run with Otel task
- feat(core): system-level settings (original system settings became org level setting when the concept of organisations was introduced)
*fix(core): initialisingsettings
table with defaults for system settings and org settings
*fix(setting page UI): if no persisted settings, stop showing options in the selectbox. - chore(observability): add more OTel instrumentation
- feat(core): toggle free user signup UI with system feature.
FREE_USER_SIGNUP
feature toggle enables the signup UI - build(docs): remove mkapi plugin. It breaks docs build due to a lack of support for Python 3.11. MkApi project seems abandoned
- docs: fix code formatting.
- chore: update lock file
- build: pin some dependencies. update lockfile
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
What's Changed
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- feat:add version info to
about
menu topright by @janaka in #133- chore: update docq package metadata in pyproject.toml
- refactor(docq): expose package metadata as fields
- feat: display docq ver and other info in ST about menu
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Feat: create personal org for new users by @janaka in #120
- Build(deps): Bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #116
- Build(deps): Bump langchain from 0.0.302 to 0.0.308 by @dependabot in #119
- Test: pattern for backend integration testing by @osala-eng in #117
- add: only do download if the model folder doesn't exist by @janaka in #121
- Feat: user signup flow by @osala-eng in #125
- perf: improve performance of RAG by @janaka in #128
- Build(deps): Bump gitpython from 3.1.35 to 3.1.37 by @dependabot in #122
- Build(deps): Bump langchain from 0.0.308 to 0.0.312 by @dependabot in #123
- Build(deps): Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #129
- fix(general chat): throwing error due to missing feature check by @janaka in #132
- Build(deps): Bump langchain from 0.0.312 to 0.0.317 by @dependabot in #131
Full Changelog: v0.2.0...v0.4.1
v0.2.0
What's Changed
- Feat: Azure OpenAI support with model switching and per org model settings by @janaka in #109
- Support for models from Azure OpenAI, BAAI, and OpenAI
- Infra: update Azure OpenAI models by @janaka in #107
- Feat: no auth anonymous interface for public chatbots by @osala-eng in #106
- Fix: error when switching spaces by @osala-eng in #110
- Feat(UX): switch to auth tokens - reloading web pages persists auth session by @osala-eng and @janaka in #111
- Build: switch to checked-in CodeQL config for customisation to speed up PR merging by @janaka in #115
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- INFRA: Azure app and model hosting by @janaka in #34
- Bug/large prompt by @osala-eng in #28
- Docs/improvements 1 by @janaka in #39
- release: bump version to v0.0.3 by @janaka in #40
- Use document metadata during (re)indexing by @cwang in #41
- Enhancement/chat UI md support by @osala-eng in #36
- Add draft support for space data sources by @cwang in #43
- Fix: login error handing & features enabled by default by @cwang in #45
- feat: datasource - Azure blob storage by @janaka in #49
- Fix/rearrange admin pages by @cwang in #55
- Add support for shared space permissions by @cwang in #60
- Feat: datasource webscraper by @janaka in #58
- Fix/empty Space indexes crashes shared chat by @janaka in #71
- Add space group as another layer as unions of spaces by @cwang in #72
- Build(deps): Bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #67
- refactor!: index node metadata consistency and improvements by @janaka in #74
- fix: Modify retrieve last_n to retrieve the latest 10 history by @osala-eng in #78
- fix user settings table creation and a missed refactoring user group issues by @cwang in #80
- Bug/fix sources by @osala-eng in #66
- Refactor: azureblob datasource by @janaka in #79
- Build(deps): Bump langchain from 0.0.228 to 0.0.236 by @dependabot in #86
- Build(deps): Bump tornado from 6.3.2 to 6.3.3 by @dependabot in #85
- Build(deps): Bump gitpython from 3.1.31 to 3.1.32 by @dependabot in #83
- Enhancement/make selector sticky by @osala-eng in #84
- feat: rest history with new chat - chat history threads by @janaka in #88
- Build(deps): Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #90
- Ux/consolidate space mgmt by @osala-eng in #89
- Bux/fix space selector by @osala-eng in #92
- Build(deps): Bump gitpython from 3.1.32 to 3.1.34 by @dependabot in #94
- Enhancement/no auth interface by @osala-eng in #95
- Build(deps): Bump gitpython from 3.1.34 to 3.1.35 by @dependabot in #98
- Revert "Enhancement/no auth interface (#95)" by @cwang in #100
- Fix: nltk dependency missing issue by @janaka in #101
- Feat!: multi tenancy by adding
orgs
as a concept by @janaka in #96 - release: bump version from 0.0.3 -> 0.1.0 in project TOML file for release by @janaka in #105
New Contributors
- @dependabot made their first contribution in #67
Full Changelog: v0.0.2...v0.1.0
v0.0.2
v0.0.1
What's Changed
- Add initial set of admin features by @cwang in #1
- Update doc site by @cwang in #3
- Change how github pages is used for doc site by @cwang in #4
- Update README with the image and demo site link by @cwang in #5
- Restructure doc site by @cwang in #7
- Fix: prod container build and run by @janaka in #2
- Docs/add initial user guide by @cwang in #8
- Add release process by @cwang in #15
- Fix/release process by @cwang in #16
Full Changelog: https://github.com/docqai/docq/commits/v0.0.1