stanford-oval / suql

SUQL: Conversational Search over Structured and Unstructured Data with LLMs

Home Page:https://arxiv.org/abs/2311.09818

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No support for containment clauses

george1459 opened this issue · comments

For queries like this SELECT min_units FROM courses WHERE course_codes @> ARRAY['CS 103'];, the compiler simply neglects the containment clause at the moment.

This issue is being worked on fix/28