Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 13:38
· 429 commits to main since this release

PromptingTools v0.18.0

Diff since v0.17.1

Added

  • Adds support for binary embeddings in RAGTools (dispatch type for find_closest is finder=BinaryCosineSimilarity()), but you can also just convert the embeddings to binary yourself (always choose Matrix{Bool} for speed, not BitMatrix) and use without any changes (very little performance difference at the moment).
  • Added Ollama embedding models to the model registry ("nomic-embed-text", "mxbai-embed-large") and versioned MistralAI models.
  • Added template for data extraction with Chain-of-thought reasoning: :ExtractDataCoTXML.
  • Added data extraction support for Anthropic models (Claude 3) with aiextract. Try it with Claude-3 Haiku (model="claudeh") and Chain-of-though template (:ExtractDataCoTXML). See ?aiextract for more information and check Anthropic's recommended practices.

Fixed

Commits

Merged pull requests: