Gabriele Venturi

Results 9 issues of Gabriele Venturi

## Definition of Done I added `isSortable` to type `SmartFieldOptions`. It is a valid param for a field, and should be accepted by typescript (check it out here: https://github.com/ForestAdmin/forest-express/blob/main/src/services/apimap-fields-formater.js). ###...

We should add a retry mechanism so that if the code fails to be executed and an error occurs, the llm self-improves. We should also add a max_retry variable that...

enhancement

### 🚀 The feature We should add a semantic cache layer to reduce the workload to the LLM. For example, we could use [GPTCache](https://github.com/zilliztech/GPTCache) As an alternative, we can consider...

enhancement

### 🚀 The feature We should implement somehow a way to implement some tests to verify whether there are regressions with the prompts when a prompt is changed. ### Motivation,...

enhancement
test

### 🐛 Describe the bug When the model returns a dataframe, it is then converted to a string and cannot be used for further operations. We should make sure that...

bug

### 🚀 The feature We should create a wrapper to support LangChain LLMs, in order to support more models and let PandasAI work in conjunction with LangChain. * To implement...

enhancement

### System Info OS version: any Python version: any pandasai: any ### 🐛 Describe the bug Our current setup is facing issues when attempting to upgrade to pandas versions beyond...

### Discussed in https://github.com/gventuri/pandas-ai/discussions/899 Originally posted by **crabbit22** January 26, 2024 Would it be possible to modify the codebase so that it allows for showing the code it will generate...