LuceneStatistics

data class LuceneStatistics(val chunkCount: Int, val documentCount: Int, val contentElementCount: Int, val averageChunkLength: Double, val hasEmbeddings: Boolean, val vectorWeight: Double, val isPersistent: Boolean, val indexPath: String?)

Statistics about the Lucene RAG service state

Constructors

Link copied to clipboard
constructor(chunkCount: Int, documentCount: Int, contentElementCount: Int, averageChunkLength: Double, hasEmbeddings: Boolean, vectorWeight: Double, isPersistent: Boolean, indexPath: String?)

Properties

Link copied to clipboard
Link copied to clipboard
open val chunkCount: Int
Link copied to clipboard
Link copied to clipboard
open val documentCount: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard