Uses of Enum Class
ai.dat.core.contentstore.data.SemanticModelIndexingMethod
Packages that use SemanticModelIndexingMethod
-
Uses of SemanticModelIndexingMethod in ai.dat.core.contentstore
Constructors in ai.dat.core.contentstore with parameters of type SemanticModelIndexingMethodModifierConstructorDescriptionDefaultContentStore(@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 SemanticModelIndexingMethod in ai.dat.core.contentstore.data
Methods in ai.dat.core.contentstore.data that return SemanticModelIndexingMethodModifier and TypeMethodDescriptionstatic SemanticModelIndexingMethodReturns the enum constant of this class with the specified name.static SemanticModelIndexingMethod[]SemanticModelIndexingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SemanticModelIndexingMethod in ai.dat.core.factories
Fields in ai.dat.core.factories with type parameters of type SemanticModelIndexingMethodModifier and TypeFieldDescriptionstatic final ConfigOption<SemanticModelIndexingMethod>DefaultContentStoreFactory.SEMANTIC_MODEL_INDEXING_METHODstatic final ConfigOption<SemanticModelIndexingMethod>DefaultContentStoreFactory.SEMANTIC_MODEL_RETRIEVAL_STRATEGYDeprecated.