# Sample inputs for knowPro

## FIRST, LOAD A Sample Index
@kpPodcastLoadSample

# Direct low level Search
@kpSearchTerms book
@kpSearchTerms book --type series
@kpSearchTerms --type book --genre fantasy
@kpSearchTerms --type book --category fantasy

@kpSearchTerms "Empire in Black and Gold"
@kpSearchTerms "Empire in Black" "Children of"

# Search with natural language
@kpSearch --query "List all books"
@kpSearch --query "List the names of all books"
@kpSearch --query "List all books that are also movies"

# Answer natural language questions 
@kpAnswer --query "List the names of all books"
@kpAnswer --query "List all books that are also movies"


