VectorStoreStats

org.llm4s.agent.memory.VectorStoreStats
final case class VectorStoreStats(totalMemories: Long, embeddedMemories: Long, embeddingDimensions: Set[Int])

Statistics for a vector memory store.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def embeddingCoverage: Double

Percentage of memories that have embeddings.

Percentage of memories that have embeddings.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product