KeywordIndexStats
org.llm4s.vectorstore.KeywordIndexStats
final case class KeywordIndexStats(totalDocuments: Long, totalTokens: Option[Long], avgDocumentLength: Option[Double], indexSizeBytes: Option[Long])
Statistics about the keyword index.
Value parameters
- avgDocumentLength
-
Average document length in tokens
- indexSizeBytes
-
Approximate index size on disk (if applicable)
- totalDocuments
-
Number of indexed documents
- totalTokens
-
Approximate total token count across all documents
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article