Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 11:52
· 3 commits to beta since this release

2.0.0-beta.1 (2023-12-04)

⚠ BREAKING CHANGES

  • Instead of using protobuf definitions from arg-services, the package now contains code generated via betterproto. We also added a library that can be used in other Python projects without needing to start a server. Lastly, a proper CLI has been integrated that (besides starting the server) allows to perform semantic retrieval in the local file system.

Features

  • rewrite the service completely (07a53c6)