LuceneStatistics

data class LuceneStatistics(val totalChunks: Int, val totalDocuments: Int, val averageChunkLength: Double, val hasEmbeddings: Boolean, val vectorWeight: Double)

Statistics about the Lucene RAG service state

Constructors

Link copied to clipboard
constructor(totalChunks: Int, totalDocuments: Int, averageChunkLength: Double, hasEmbeddings: Boolean, vectorWeight: Double)

Properties

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