Skip to content

Releases: thehapyone/Sage

0.0.10

26 Aug 16:55
2a117bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.10

0.0.9

04 Jun 14:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.8...0.0.9

0.0.8

31 May 14:16
7a78810
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump chainlit from 1.0.401 to 1.1.202 by @dependabot in #38
  • fix: address an issues with merge DBs with duplicated index by @thehapyone in #45

Full Changelog: 0.0.7...0.0.8

0.0.7

19 May 15:03
37ecd20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

05 May 21:07
879ceea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.5...0.0.6

0.0.5

28 Mar 09:48
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update core dependencies by @thehapyone in #10
  • fix: adds support for empty sources by @thehapyone in #11
  • feat: adds support for setting the max concurrency values for sources. by @thehapyone in #12
  • feat: adds chat history to the main RAG chain by @thehapyone in #16

Full Changelog: 0.0.4...0.0.5

0.0.4 - sources selection

12 Mar 18:43
d0b05f5
Compare
Choose a tag to compare

What's Changed

  • feat: adds support for running gitlab loaders as async loader by @thehapyone in #6
  • feat: adds support for seperating out the data loading from the chat service by @thehapyone in #7
  • feat: adds support for data source selection during the chat by @thehapyone in #8

Full Changelog: 0.0.3...0.0.4

0.0.3

04 Mar 21:12
88af4b7
Compare
Choose a tag to compare

What's Changed

  • docs: adds missing documentation of using the configuration and includes various other missing docs by @thehapyone in #3
  • feat: adds the structure and base for developing and running unit tests by @thehapyone in #4
  • feat: adds support for auth in the web data source by @thehapyone in #5

Full Changelog: 0.0.2...0.0.3

0.0.2

25 Feb 15:20
498f52e
Compare
Choose a tag to compare

What's Changed

  • Adds support for uploading files and answering questions about files.
  • Migrate loading sources towards a complete asynchronous operation

Full Changelog: 0.0.1...0.0.2

Initial Version

17 Jan 09:18
789cbf7
Compare
Choose a tag to compare

Features:

  • Comes with a Sage Chat and ability to add sources to use in the chat interface.