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(), indexPath: Path? = null) : AbstractWritableContentElementRepository, RagFacetProvider, Closeable

LuceneRagService with optional vector search support via an EmbeddingModel. Supports both in-memory and disk-based persistence.

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