Package-level declarations

Types

Link copied to clipboard
class LuceneRagService constructor(val name: String, val description: String, embeddingModel: <Error class: unknown class>? = null, vectorWeight: Double = 0.5) : AbstractWritableRagService, Closeable

LuceneRagService with optional vector search support via an EmbeddingModel. Works in memory. Be careful if loading excessive content!

Link copied to clipboard
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