Skip to content

release-v1.2.0

Choose a tag to compare

@nicofretti nicofretti released this 17 Nov 20:24
· 13 commits to main since this release
47c4441

What's Changed

  • Model/Embed UI: added the ability for users to create, set up, and test various models and embeddings directly in the application.
  • New 'Seeders' block: introduced a new block type for directly loading and chunking content from Markdown files.
  • Q&A generation template: uncluded a new template for direct generation of Q&A pairs from a Markdown file.
  • Dockerized application: the application is now fully runnable on Docker for simplified setup and deployment.
  • Improved User Experience:
    • Pipeline status and error alignment
    • Validation of the seeds before running a pipeline
    • Models can be selected directly in the blocks instead of write them everytime, them are taken from the config
  • New official home: the GitHub Pages site has been replaced by the new official website: datagenflow.com (a big contribution by @kevinagyeman)
  • Bug fixes and stability

Config of models/embeddings avaiable also in the blocks

image image

Improvement of the generation phase

image

Issues and PR:

New Contributors

Full Changelog: release-v1.1.0...release-v1.2.0