ScoredEntry

class ScoredEntry(val entry: CacheEntry, val similarity: Double)

A CacheEntry together with its similarity to the query vector, in [-1.0, 1.0].

Constructors

Link copied to clipboard
constructor(entry: CacheEntry, similarity: Double)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String