View Source Ollama.Blob (Ollama v0.8.0)
Module for working for blobs in Ollama.
Currently this module only provides a function for generating a SHA256 digest of a binary blob.
Summary
Functions
Generates a SHA256 digest of a binary blob.
Types
@type digest() :: String.t()
Blob digest
The digest is a hex-encoded SHA256 hash of the binary blob, prefixed with the algorithm.
Example
"sha256:054edec1d0211f624fed0cbca9d4f9400b0e491c43742af2c5b0abebf0c990d8"