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
orcosine
. - 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.