Skip to content

Releases: ametnes/nesis

v0.1.2

19 Jun 08:35
12ef3d7
Compare
Choose a tag to compare

What's Changed

  • chore(docs): documentation for google oauth by @akizito in #102
  • chore(rag): refactor ingest tests by @mawandm in #110
  • chore(docs): improve the readme file by @bloodykheeng in #111
  • chore(docs): rename architecture to how-it-works. by @zaylon10 in #112
  • feat(api): remove unused database entities by @mawandm in #114
  • fix(api): add TASKS to role action resource type by @mawandm in #121
  • fix(api): add parent_id to tasks unique constraint by @mawandm in #122
  • fix(frontend): run MS oauth logout only when enabled by @mawandm in #123
  • fix(api) add api token expiry by @mawandm in #124
  • fix(api)(rag): upgrade werkzeug for security by @mawandm in #125
  • feat(api): add policy document to role entity by @mawandm in #126
  • feat(frontend): remove initial datasource screen by @mawandm in #127
  • release: 0.1.2 by @mawandm in #128

New Contributors

Full Changelog: 0.1.1...v0.1.2

0.1.1

27 May 08:59
f8b1a78
Compare
Choose a tag to compare

This release contains;

  1. Authentication with Microsoft Azure
  2. Oauth with Google Login
  3. The NesisAI API

What's Changed

  • build(packaging): run workflow dispatch on tags by @mawandm in #66
  • chore(docs): add slack channel to readme by @mawandm in #67
  • feat(api): create user sessions with oauth keys by @mawandm in #73
  • fix(api): wildcard permissions failure by @mawandm in #75
  • chore(api): merge user role api with user api by @mawandm in #77
  • chore(docs): update architecture with llm engine component by @mawandm in #80
  • feat(frontend): add oauth with microsoft by @mawandm in #71
  • chore(docs): update architecture component count by @zindazed in #85
  • feat(api): remove redundant user role update by @mawandm in #84
  • chore(docs): add contribution guidelines by @mawandm in #89
  • feat(api): integrate external apps with nesis by @mawandm in #88
  • feat(frontend): authenticate with google by @akizito in #82
  • feat(frontend): integrate external apps with nesis by @mawandm in #91
  • chore(docs): add sso with azure documentation by @mawandm in #95
  • chore(docs): fix app example notebook numbering by @mawandm in #96
  • chore(docs): add open API documentation by @mawandm in #98
  • fix(docs): API document generation by @mawandm in #99
  • fix(build): fix document generation by @mawandm in #100
  • chore(docs): fix local API service setup dependencies by @mawandm in #101

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

30 Apr 02:30
3868980
Compare
Choose a tag to compare

What's Changed

  • feat: add generative ai powered knowledge discovery by @mawandm in #1
  • fix(frontend): nesis logo by @mawandm in #2
  • chore(docs): add features to readme by @mawandm in #3
  • feat(helm): add default resources and env variables by @mawandm in #6
  • feat(docs): add initial documentation by @mawandm in #10
  • fix(api): incorrect rag endpoint config by @mawandm in #13
  • feat(api): enforce datasource list permissions by @mawandm in #15
  • feat(frontend)(api): add update datasource functionality by @mawandm in #16
  • ci: package rag engine without cuda (cpu only) by @mawandm in #18
  • fix(docs): update README.md gramma by @namwanza in #24
  • feat(rag): add image/video readers by @mawandm in #21
  • chore(api): rename llm endpoint by @mawandm in #28
  • feat(api)(frontend): add task scheduling feature by @mawandm in #27
  • build(docs): build docs with mkdocs by @mawandm in #37
  • feat(docs): modify readme file content run steps by @namwanza in #36
  • build(rag): parameterize core build param by @mawandm in #38
  • build(docs): build documentation only when docs files change by @mawandm in #39
  • feat(api)(frontend): source documents from s3 buckets by @mawandm in #41
  • fix(docs): update documentation link by @mawandm in #40
  • chore(docs): add architecture design documentation by @mawandm in #42
  • build(helm): remove helm chart, gh action by @mawandm in #46
  • feat(api): add API server config block by @mawandm in #44
  • chore(docs): remove helm build status budge by @mawandm in #47
  • chore(docs): fix compose steps in README.md by @nelson-github in #51
  • chore(docs): add helm chart deployment instructions by @mawandm in #45
  • feat(frontend): add datasource type specific input validation by @mawandm in #55
  • feat(frontend)(api): add sharepoint datasoure by @akizito in #61
  • chore(docs): update README.md with k8s deployment link by @mawandm in #62
  • chore(docs): update testing Nesis helm deployment ports by @mawandm in #63

New Contributors

Full Changelog: https://github.com/ametnes/nesis/commits/0.1.0