Uses of Class
ai.dat.core.contentstore.data.QuestionSqlPair
Packages that use QuestionSqlPair
Package
Description
-
Uses of QuestionSqlPair in ai.dat.core.agent
Method parameters in ai.dat.core.agent with type arguments of type QuestionSqlPairModifier and TypeMethodDescriptionAbstractAskdataAgent.ask(@NonNull String question, @NonNull List<QuestionSqlPair> histories) AskdataAgent.ask(String question, List<QuestionSqlPair> histories) protected abstract voidAbstractAskdataAgent.run(String question, List<QuestionSqlPair> histories) protected voidDefaultAskdataAgent.run(@NonNull String question, @NonNull List<QuestionSqlPair> histories) -
Uses of QuestionSqlPair in ai.dat.core.contentstore
Methods in ai.dat.core.contentstore that return types with arguments of type QuestionSqlPairModifier and TypeMethodDescriptionContentStore.retrieveSql(String question) DefaultContentStore.retrieveSql(String question) Methods in ai.dat.core.contentstore with parameters of type QuestionSqlPairMethod parameters in ai.dat.core.contentstore with type arguments of type QuestionSqlPairModifier and TypeMethodDescriptionContentStore.addSqls(List<QuestionSqlPair> sqlPairs) DefaultContentStore.addSqls(List<QuestionSqlPair> sqlPairs) -
Uses of QuestionSqlPair in ai.dat.core.contentstore.data
Methods in ai.dat.core.contentstore.data that return QuestionSqlPair -
Uses of QuestionSqlPair in ai.dat.core.contentstore.utils
Methods in ai.dat.core.contentstore.utils that return types with arguments of type QuestionSqlPairModifier and TypeMethodDescriptionstatic List<QuestionSqlPair>ContentStoreUtil.contents2QuestionSqlPairs(List<dev.langchain4j.rag.content.Content> contents) static List<QuestionSqlPair>ContentStoreUtil.toQuestionSqlPairs(List<dev.langchain4j.data.segment.TextSegment> textSegments)