Uses of Class
ai.dat.core.semantic.data.SemanticModel
Packages that use SemanticModel
Package
Description
-
Uses of SemanticModel in ai.dat.core.adapter
Method parameters in ai.dat.core.adapter with type arguments of type SemanticModelModifier and TypeMethodDescriptionDatabaseAdapter.generateSql(String semanticSql, List<SemanticModel> semanticModels) GenericSqlDatabaseAdapter.generateSql(@NonNull String semanticSql, @NonNull List<SemanticModel> semanticModels) -
Uses of SemanticModel in ai.dat.core.agent
Method parameters in ai.dat.core.agent with type arguments of type SemanticModelModifier and TypeMethodDescriptionAbstractAskdataAgent.executeQuery(@NonNull String semanticSql, @NonNull List<SemanticModel> semanticModels) -
Uses of SemanticModel in ai.dat.core.contentstore
Methods in ai.dat.core.contentstore that return types with arguments of type SemanticModelModifier and TypeMethodDescriptionContentStore.allMdls()DefaultContentStore.allMdls()ContentStore.retrieveMdl(String question) DefaultContentStore.retrieveMdl(String question) Methods in ai.dat.core.contentstore with parameters of type SemanticModelModifier and TypeMethodDescriptiondefault StringContentStore.addMdl(SemanticModel semanticModel) Method parameters in ai.dat.core.contentstore with type arguments of type SemanticModelModifier and TypeMethodDescriptionContentStore.addMdls(List<SemanticModel> semanticModels) DefaultContentStore.addMdls(List<SemanticModel> semanticModels) -
Uses of SemanticModel in ai.dat.core.contentstore.utils
Methods in ai.dat.core.contentstore.utils that return types with arguments of type SemanticModelModifier and TypeMethodDescriptionstatic List<SemanticModel>ContentStoreUtil.contents2SemanticModels(List<dev.langchain4j.rag.content.Content> contents) static List<SemanticModel>ContentStoreUtil.toSemanticModels(List<dev.langchain4j.data.segment.TextSegment> textSegments) -
Uses of SemanticModel in ai.dat.core.factories
Method parameters in ai.dat.core.factories with type arguments of type SemanticModelModifier and TypeMethodDescriptiondefault AskdataAgentAskdataAgentFactory.create(ReadableConfig config, List<SemanticModel> semanticModels, ContentStore contentStore, List<ChatModelInstance> chatModelInstances, DatabaseAdapter databaseAdapter) Deprecated.AskdataAgentFactory.create(ReadableConfig config, List<SemanticModel> semanticModels, ContentStore contentStore, List<ChatModelInstance> chatModelInstances, DatabaseAdapter databaseAdapter, Map<String, Object> variables) DefaultAskdataAgentFactory.create(@NonNull ReadableConfig config, List<SemanticModel> semanticModels, @NonNull ContentStore contentStore, @NonNull List<ChatModelInstance> chatModelInstances, @NonNull DatabaseAdapter databaseAdapter, Map<String, Object> variables) -
Uses of SemanticModel in ai.dat.core.semantic
Constructor parameters in ai.dat.core.semantic with type arguments of type SemanticModelModifierConstructorDescriptionSemanticSqlConverter(@NonNull SemanticAdapter semanticAdapter, @NonNull List<SemanticModel> semanticModels) -
Uses of SemanticModel in ai.dat.core.semantic.view
Methods in ai.dat.core.semantic.view with parameters of type SemanticModelModifier and TypeMethodDescriptionstatic SemanticModelViewSemanticModelView.from(@NonNull SemanticModel semanticModel) static SemanticModelViewSemanticModelView.from(@NonNull SemanticModel semanticModel, SemanticAdapter semanticAdapter) -
Uses of SemanticModel in ai.dat.core.utils
Methods in ai.dat.core.utils with parameters of type SemanticModelModifier and TypeMethodDescriptionstatic StringSemanticModelUtil.semanticModelSql(@NonNull SemanticAdapter semanticAdapter, @NonNull SemanticModel semanticModel) 获取语义模型的数据集SQLstatic SemanticModelViewSemanticModelUtil.toSemanticModelView(@NonNull SemanticModel semanticModel) static SemanticModelViewSemanticModelUtil.toSemanticModelView(@NonNull SemanticModel semanticModel, SemanticAdapter semanticAdapter) static StringSemanticModelUtil.toSemanticModelViewText(@NonNull SemanticModel semanticModel) static StringSemanticModelUtil.toSemanticModelViewText(@NonNull SemanticModel semanticModel, SemanticAdapter semanticAdapter) static voidSemanticModelUtil.validateSemanticModel(@NonNull SemanticModel semanticModel) Method parameters in ai.dat.core.utils with type arguments of type SemanticModelModifier and TypeMethodDescriptionstatic AskdataAgentFactoryUtil.createAskdataAgent(@NonNull FactoryDescriptor factoryDescriptor, List<SemanticModel> semanticModels, @NonNull ContentStore contentStore, @NonNull Map<String, FactoryDescriptor> chatModelFactoryDescriptors, @NonNull FactoryDescriptor databaseAdapterFactoryDescriptor) Deprecated.static AskdataAgentFactoryUtil.createAskdataAgent(@NonNull FactoryDescriptor factoryDescriptor, List<SemanticModel> semanticModels, @NonNull ContentStore contentStore, @NonNull Map<String, FactoryDescriptor> chatModelFactoryDescriptors, @NonNull FactoryDescriptor databaseAdapterFactoryDescriptor, Map<String, Object> variables) Create Askdata Agentstatic voidSemanticModelUtil.validateSemanticModels(List<SemanticModel> semanticModels)