Skip to content

Algernon 1.17.1

Latest
Compare
Choose a tag to compare
@xyproto xyproto released this 13 Jul 12:52
· 49 commits to main since this release

Platform compatibility

  • Patch the pingcap/tidb dependency so that Algernon still compiles for ARM 6 and ARM 7.

Ollama / LLMs

  • Add the oc:distance() Lua method for finding the distance between two LLM prompts.
  • Let the embeddedDistance Lua function take a 3rd argument: euclidean, manhattan, chebyshev, hamming or cosine.
  • Improve the image description example.

Markdown

  • Improve how images are served when serving a single Markdown document.
  • Fix the double opening of the browser when both -m and -o are specified.

Various

  • Also cache .webp images, if caching of images is enabled.
  • Update dependencies.
  • Update documentation.