Any idea how to print the Source of the documents in the answer based on the query.
Eg.
Data:: 'id': '1409.1556', 'title': 'Very Deep Convolutional Networks for Large-Scale Image Recognition', 'summary': 'In this work we investigate the effect of the convolutional network depth..........................' 'source': 'http://arxiv.org/pdf/1409.1556', 'authors': ['Karen Simonyan', 'Andrew Zisserman'],
Query :: give me summary of 'Very Deep Convolutional Networks for Large-Scale Image Recognition''
Desired Result :: The paper titled "Very Deep Convolutional Networks for Large-Scale Image Recognition" discusses..........
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.
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.