GPTPandasIndex
. However, what I would like to do is to build a text-based interface on top of this whose results in turn can be fed into some other part of the pipeline. Think about the following situation: Suppose my structured data is a massive inventory of objects. The user inputs a query such as Select 100 objects with the property that size of object is greater than 100mm
. Once I have the output of this query, I want to run a python program on this output to perform some other operations. This could be something like. adding the output to a queue, and then using some other analysis on it. eval
in python so open to better ideas), I want to be able to connect the query to other external python programs.