Class BaseRemoteEmbeddingSettings
java.lang.Object
com.flowable.agent.engine.impl.model.embedding.BaseEmbeddingSettings
com.flowable.agent.engine.impl.model.embedding.BaseRemoteEmbeddingSettings
- Direct Known Subclasses:
AzureOpenAiEmbeddingSettings, OpenAiEmbeddingSettings
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentDefinitionModel.CredentialsDeprecated.protected FlowableAuthenticationApiKeyprotected AgentAuthenticationprotected List<AgentDefinitionModel.CustomHeader> protected IntegerFields inherited from class BaseEmbeddingSettings
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidDeprecated.voidsetApiKeyValueProvider(FlowableAuthenticationApiKey apiKeyValueProvider) voidsetAuthentication(AgentAuthentication authentication) voidsetCustomHeaders(List<AgentDefinitionModel.CustomHeader> customHeaders) voidsetDimension(Integer dimension) Methods inherited from class BaseEmbeddingSettings
getType, setType
-
Field Details
-
dimension
-
apiKey
Deprecated.Legacy single-credential API key. New KBs useauthenticationinstead. Existing KBs are migrated on read byKnowledgeBaseResourceConverterImpl. -
authentication
-
customHeaders
-
apiKeyValueProvider
-
-
Constructor Details
-
BaseRemoteEmbeddingSettings
public BaseRemoteEmbeddingSettings()
-
-
Method Details
-
getDimension
-
setDimension
-
getApiKey
Deprecated. -
setApiKey
Deprecated. -
getAuthentication
-
setAuthentication
-
getCustomHeaders
-
setCustomHeaders
-
getApiKeyValueProvider
-
setApiKeyValueProvider
-