semantic_search() should return
- list of full page titles
- list of entities (directly call load_entity())
- the raw json return of the ask api call
- a dictionary with the results from the ask api call
- a dataframe representing the query format table
Idea by @simonfeile and @MatPoppFHG