Skip to content

v0.1.31

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 16:09
· 466 commits to main since this release

ollama embedding

Ollama supports embedding models. Bring your existing documents or other data, and combine it with text prompts to build RAG (retrieval augmented generation) apps using the Ollama REST API, Python or Javascript libraries.

New models

  • Qwen 1.5 32B: A new 32B multilingual model competitive with larger models such as Mixtral
  • StarlingLM Beta: A high ranking 7B model on popular benchmarks that includes a permissive Apache 2.0 license.
  • DolphinCoder StarCoder 7B: A 7B uncensored variant of the Dolphin model family that excels at coding, based on StarCoder2 7B.
  • StableLM 1.6 Chat: A new version of StableLM 1.6 tuned for instruction

What's new

  • Fixed issue where Ollama would hang when using certain unicode characters in the prompt such as emojis

Full Changelog: v0.1.30...v0.1.31