Uses of Interface
com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.KnowledgeBaseItemContext
Packages that use KnowledgeBaseItemContext
Package
Description
-
Uses of KnowledgeBaseItemContext in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator
Classes in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator that implement KnowledgeBaseItemContextModifier and TypeClassDescriptionprotected classMethods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator that return KnowledgeBaseItemContextModifier and TypeMethodDescriptionDefaultKnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem, Collection<TextBasedContent> chunks) KnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem, Collection<TextBasedContent> chunks) -
Uses of KnowledgeBaseItemContext in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore with parameters of type KnowledgeBaseItemContextModifier and TypeMethodDescriptionvoidElasticsearchKnowledgeBaseVectorStore.persist(KnowledgeBaseItemContext context) voidKnowledgeBaseVectorStore.persist(KnowledgeBaseItemContext knowledgeBaseItemContext) voidOpenAiKnowledgeBaseVectorStore.persist(KnowledgeBaseItemContext context)