Package-level declarations

Types

Link copied to clipboard
class LuceneRagFacetProvider constructor(val name: String, embeddingModel: <Error class: unknown class>? = null, vectorWeight: Double = 0.5, chunkerConfig: ContentChunker.Config = ContentChunker.DefaultConfig()) : AbstractWritableContentElementRepository, RagFacetProvider, 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