Lucene Rag Facet Provider
constructor(name: String, embeddingModel: <Error class: unknown class>? = null, vectorWeight: Double = 0.5, chunkerConfig: ContentChunker.Config = ContentChunker.DefaultConfig(), indexPath: Path? = null)
Parameters
name
Name of this RAG service
embedding Model
Optional embedding model for vector search; if null, only text search is supported
vector Weight
Weighting for vector similarity in hybrid search (0.0 to 1.0)
chunker Config
Configuration for content chunking
index Path
Optional path for disk-based index storage; if null, uses in-memory storage