Uses of Class
com.oracle.bmc.generativeaiagent.model.KnowledgeBaseConfig
-
Packages that use KnowledgeBaseConfig Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of KnowledgeBaseConfig in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return KnowledgeBaseConfig Modifier and Type Method Description KnowledgeBaseConfig
KnowledgeBaseConfig.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type KnowledgeBaseConfig Modifier and Type Method Description List<KnowledgeBaseConfig>
RagToolConfig. getKnowledgeBaseConfigs()
The KnowledgeBase configurations that this RAG Tool usesMethods in com.oracle.bmc.generativeaiagent.model with parameters of type KnowledgeBaseConfig Modifier and Type Method Description KnowledgeBaseConfig.Builder
KnowledgeBaseConfig.Builder. copy(KnowledgeBaseConfig model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type KnowledgeBaseConfig Modifier and Type Method Description RagToolConfig.Builder
RagToolConfig.Builder. knowledgeBaseConfigs(List<KnowledgeBaseConfig> knowledgeBaseConfigs)
The KnowledgeBase configurations that this RAG Tool usesConstructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type KnowledgeBaseConfig Constructor Description RagToolConfig(List<KnowledgeBaseConfig> knowledgeBaseConfigs, LlmCustomization generationLlmCustomization)
Deprecated.
-