Skip to content

0.1.0

Choose a tag to compare

@matteocargnelutti matteocargnelutti released this 25 Mar 22:45
· 201 commits to main since this release
78a29db

This new version of WARC-GPT comes with a new UI:

Screen.Recording.2024-03-20.at.5.09.28.PM.mov

This version also features a refactoring of the app's codebase. The API now separates search (/api/search) from text completion (/api/complete).

Upgrading from 0.3.0:

  • Vector stores generated with previous versions of WARC-GPT should still be usable.
  • The app's dependencies may need to be re-installed.
  • Minor changes have been made to .env which will require minor adjustments. See .env.example for details.

More info on changes:

Thanks & acknowledgements:

  • @edsu for kickstarting work on streamed text completion
  • @rebeccacremona for code review and suggestions