Uses of Enum Class
ai.dat.core.contentstore.data.BusinessKnowledgeIndexingMethod
Packages that use BusinessKnowledgeIndexingMethod
-
Uses of BusinessKnowledgeIndexingMethod in ai.dat.core.contentstore
Constructors in ai.dat.core.contentstore with parameters of type BusinessKnowledgeIndexingMethodModifierConstructorDescriptionDefaultContentStore(@NonNull dev.langchain4j.model.embedding.EmbeddingModel embeddingModel, @NonNull dev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment> mdlEmbeddingStore, @NonNull dev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment> sqlEmbeddingStore, @NonNull dev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment> synEmbeddingStore, @NonNull dev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment> docEmbeddingStore, @NonNull dev.langchain4j.model.chat.ChatModel defaultChatModel, Integer maxResults, Double minScore, dev.langchain4j.model.scoring.ScoringModel scoringModel, Boolean rerankMode, Integer rerankMaxResults, Double rerankMinScore, SemanticModelIndexingMethod mdlIndexingMethod, dev.langchain4j.model.chat.ChatModel mdlHyQEChatModel, String mdlHyQEInstruction, Integer mdlHyQEQuestions, Integer mdlMaxResults, Double mdlMinScore, BusinessKnowledgeIndexingMethod docIndexingMethod, Integer docGCEMaxChunkSize, Integer docGCEMaxChunkOverlap, String docGCEChunkRegex, BusinessKnowledgeIndexingParentMode docPCCEParentMode, Integer docPCCEParentMaxChunkSize, String docPCCEParentChunkRegex, Integer docPCCEChildMaxChunkSize, String docPCCEChildChunkRegex, Integer docMaxResults, Double docMinScore) -
Uses of BusinessKnowledgeIndexingMethod in ai.dat.core.contentstore.data
Methods in ai.dat.core.contentstore.data that return BusinessKnowledgeIndexingMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BusinessKnowledgeIndexingMethod[]BusinessKnowledgeIndexingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BusinessKnowledgeIndexingMethod in ai.dat.core.factories
Fields in ai.dat.core.factories with type parameters of type BusinessKnowledgeIndexingMethodModifier and TypeFieldDescriptionstatic final ConfigOption<BusinessKnowledgeIndexingMethod>DefaultContentStoreFactory.BUSINESS_KNOWLEDGE_INDEXING_METHOD