Releases: jerpint/buster
Releases · jerpint/buster
v1.0.8
What's Changed
- Compare matched documents to the generated answer by @jerpint in #97
- Remove unused apps by @jerpint in #101
- fix csv parser command by @jerpint in #102
- Remove pickle retriever by @jerpint in #103
- return all documents when no source specified by @jerpint in #104
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
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
v1.0.4
v1.0.3
v1.0.2
v1.0.1: Create SQLite db for documents (#46)
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
v1.0.0 Update apps to work out of the box (#49)