Hi Everyone, Just a doubt, but does the llama index only give answers based on data present in a vector database or a structured database? What If I want to run some general query eg "How many planets solar system have ", It gives me error :
"Transformed query given SQL response: None I'm sorry, but there is no information available about Sony in the query results."
I want to run generalized queries too. I'm using SQLAutoVectorQueryEngine.
You could define a custom query engine and do that yea. You would probably use a router query engine to wrap all that and route queries to the appropriate query engine