LuceneStatistics

data class LuceneStatistics(val totalChunks: Int, val totalDocuments: 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(totalChunks: Int, totalDocuments: Int, averageChunkLength: Double, hasEmbeddings: Boolean, vectorWeight: Double, isPersistent: Boolean, indexPath: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard