David Rivkin

Results 15 comments of David Rivkin

Seems like it has still been a few month and this is not supported. I tried pulling the development branch but it fails to build with (Using Android Studio -...

Yes, that is what I have been complaining about for a while. PandasAI is unable to process any error conditions it appears making this not ready for prime-time.

Has anyone else taken a look at why Agents dont work at all when it seems like such a major feature of the package? All you have to do to...

I have been tracing into this a bit more. I see that the text of the code is passed to OpenAI but OpenAI does not return the function back, perhaps...

Here is the transaction with OpenAI I mention above and the traceback on the error: 2024-01-26 11:46:40 The user asked the following question: 2024-01-26 11:46:40 Q: What is the name...

Also note that when passed to OpenAI, the function in question is referred to as follows: def pandasai.skills.get_dataframe_name Therefore it make sense to me that then trying to just call...

I dont have the specific version specified in my requirements.txt file it is simply: pandasai ...

Ok, I did that and while the result is different, it is still not correct. Instead of an error that the function is not correct, I no longer see the...

Also there is a lot of inconsistency in the results. I did make a small change to the Task function as you will see below, but please explain to me...