voxel51 / voxelgpt

AI assistant that can query visual datasets, search the FiftyOne docs, and answer general computer vision questions
https://gpt.fiftyone.ai
Apache License 2.0
234 stars 17 forks source link

Validation of Input Queries #12

Closed jacobmarks closed 1 year ago

jacobmarks commented 1 year ago

If query is incomprehensible, then it will be caught before any other computations/LLM calls are made. Right now, it is mostly just doing valid/invalid, not valid/more-info-needed/invalid. That will require some more thought.

This branch relies on #11 .