What's Changed
- Now, users will be able to use **ContextQA** as a python utility using the `pip install` command
- Add github workflow for automating the package publication
- Refine development tools
- UI integration when building and publishing a release
- `sentence-transformers/all-mpnet-base-v2` local encoder. More information about the model is available [here](https://huggingface.co/sentence-transformers/all-mpnet-base-v2)
Pull requests
* Installable package by zaldivards in https://github.com/zaldivards/ContextQA/pull/40
* Prevent errors in settings initialization in the dev environent by zaldivards in https://github.com/zaldivards/ContextQA/pull/41
* HuggingFace encoder by zaldivards in https://github.com/zaldivards/ContextQA/pull/42
**Full Changelog**: https://github.com/zaldivards/ContextQA/compare/v1.7.0...v2.0.0