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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article