Combining Text-to-SQL with Semantic Search for Retrieval Augmented Generation
A new query engine called SQLAutoVectorQueryEngine combines structured data from SQL databases and unstructured data from vector databases to fulfill complex natural language queries. It leverages the expressivity of SQL for structured data and semantic search for unstructured data. This engine allo..