Interface EasyRagConfig.ReuseEmbeddingsConfig
- Enclosing interface:
- EasyRagConfig
public static interface EasyRagConfig.ReuseEmbeddingsConfig
-
Method Summary
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Whether or not to reuse embeddings. Defaults tofalse. -
file
The file path to load/save embeddings, assumingquarkus.langchain4j.easy-rag.reuse-embeddings.enabled == true.Defaults to
easy-rag-embeddings.jsonin the current directory.
-