Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTables ¶
Types ¶
type Question ¶
type Question struct {
ChapterName string `json:"chapterName"`
RelevancyScore int `json:"relevancyScore"`
RelevantSections []string `json:"relevantSections"`
RelevantKeywords []string `json:"relevantKeywords"`
RelevantKeyPoints []string `json:"relevantKeyPoints"`
RelevantReferences []string `json:"relevantReferences"`
ExplanationForRelevance string `json:"explanationForRelevance"`
RecommendationsToReader string `json:"recommendationsToReader"`
ChapterID int64 `json:"chapterId"`
CreatedAt string `json:"createdAt"`
Comment string `json:"comment"`
Filename string `json:"filename"`
}
func ReadQuestionFromFile ¶
Click to show internal directories.
Click to hide internal directories.