Skip to content

Release 1.12.7

Compare
Choose a tag to compare
@jlangch jlangch released this 26 Mar 16:57
· 1297 commits to master since this release

[1.12.7] - 2024-03-26

Added

  • function str/normalize-utf. This comes in handy when MacOS filenames
    with umlauts have to be normalized for easier filename processing
  • a pure ascii version of the Venice cheatsheet to feed it as embeddings
    to LLMs
  • improvements to markdown to ascii text renderer to allow the Venice
    Github flavoured markdown documentation to be converted to pure ascii
    to feed it as embeddings to LLMs
  • :cargo-qdrant module to install/start/stop Qdrant Vector DB docker
    containers

Changed

  • the :docker module to support now multiple port publish definitions

Fixed

  • a markdown parser edge case when a table block is immediately followed
    by a list block with no empty line in between