Skip to content

Release 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 07:25
  • Add reconstruct subcommand to reconstruct quantized embeddings. (@RealNicolasBourbaki and @danieldk)
  • Better error handling and reporting through the anyhow crate. (@danieldk)
  • Compile ndarray with BLAS support when one of the openblas, intel-mkl, or netlib features is enabled. (@danieldk)
  • Build finalfusion-utils directly from the repository with Nix. E.g.,
    $ nix-env -i -f https://github.com/finalfusion/finalfusion-utils/tarball/0.11.0
    Installing through the Nix package set is still recommended for faster builds. (@danieldk)
  • BucketIndexer optimizations through finalfusion 0.12. (@sebpuetz)