VectorStoreStats

org.llm4s.vectorstore.VectorStoreStats
final case class VectorStoreStats(totalRecords: Long, dimensions: Set[Int], sizeBytes: Option[Long])

Statistics about a vector store.

Value parameters

dimensions

Set of embedding dimensions in the store

sizeBytes

Approximate size in bytes (if available)

totalRecords

Total number of records

Attributes

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

Members list

Value members

Concrete methods

def formattedSize: String

Human-readable size.

Human-readable size.

Attributes

def isEmpty: Boolean

Check if store is empty.

Check if store is empty.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product