suql icon indicating copy to clipboard operation
suql copied to clipboard

SUQL: Conversational Search over Structured and Unstructured Data with LLMs

Results 3 suql issues
Sort by recently updated
recently updated
newest added

### Description When executing certain SQL JOIN queries without specifying the table name for a field, the query unexpectedly fails with an error. This occurs even when the column name...

P1
bug
good first issue

### Description When executing certain queries involving nested answer calls within the WHERE clause, the system exceeds the maximum recursion depth. #### Query Example ```sql SELECT courses.title, courses.course_codes, offerings.days, offerings.start_time,...