toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAutoConfiguration
/
ragEngine
rag
Engine
@
Bean
(
destroyMethod
=
"close"
)
@
ConditionalOnMissingBean
fun
ragEngine
(
config
:
RagConfig
,
embeddingProvider
:
EmbeddingProvider
,
chunker
:
Chunker
,
props
:
RagProperties
,
statsCacheStore
:
StatsCacheStore
<
IndexStats
>
,
components
:
RagComponents
)
:
RagEngine