stanford-oval / suql

SUQL: Conversational Search over Structured and Unstructured Data with LLMs
https://arxiv.org/abs/2311.09818
Apache License 2.0
199 stars 18 forks source link

No support for containment clauses #28

Open george1459 opened 4 months ago

george1459 commented 4 months ago

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.

george1459 commented 4 months ago

This issue is being worked on fix/28