Skip to content

Releases: jerpint/buster

v1.0.8

01 Jun 20:12
a9c1cb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

19 May 15:27
b436fee
Compare
Choose a tag to compare

What's changed

  • Send any fields to MongoDB, in #98
  • Customizable documents formatter, in #99

Full Changelog: v1.0.6...v1.0.7

v1.0.6

10 May 16:13
b31fac3
Compare
Choose a tag to compare

We now support streaming! 🎉

What's changed

  • GPT answer can now be streamed, by @jerpint in #94
  • (breaking) Config structure updated, by @jerpint in #94
  • Read/write to/from JSON, e.g. for logging in a DB such as MongoDB, by @hbertrand in #95

Full Changelog: v1.0.5...v1.0.6

v1.0.5

01 May 17:09
5f33f79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

14 Apr 14:21
7c2b9bd
Compare
Choose a tag to compare
  • Updated response to include user's input
  • Minor CI tweak

v1.0.3

13 Apr 14:33
eea03f8
Compare
Choose a tag to compare

Small bug fix for upstream use

v1.0.2

11 Apr 17:03
535cb96
Compare
Choose a tag to compare

Refactor of buster internals

Formatting of sources

Instead of having buster support and maintain different formatting, we let frontend users handle that instead

Buster configs

We compartmentalized the configs, to be more easily readable and configurable

v1.0.1: Create SQLite db for documents (#46)

24 Feb 13:32
1f22b14
Compare
Choose a tag to compare

Add support for a database

** Breaking changes **

We changed the column names expected in the pandas dataframes from:

[text, name, url] to [content, title, url]

First release

21 Feb 19:45
8b5fed9
Compare
Choose a tag to compare
v1.0.0

Update apps to work out of the box (#49)