Hi everyone,
Iβm pleased to announce a new minor release: v0.8.24.
To update, run the following command in the environment where Amphi is installed:
pip install --upgrade amphi-etl
This new release include several bug fixes: #215, #236, #224, #235
The main new addition in this release is a feature to help generate code for compatible components (Custom Input/Output/Transforms, SQL Query, Inline Input).
This functionality helps you create a complete prompt to use in your conversational AI tool of choice, such as ChatGPT, Claude, or Mistral. It uses a predefined general prompt template, along with a data sample and your instructions, for quick and efficient code generation for the selected component. You can either copy the prompt or directly open it in the AI tool listed above. The generated code can be copied and pasted back into Amphi. This allows you to leverage the AI tools youβre already using, without incurring any extra costs.
I hope you enjoy this new feature as much as I do. Let me know your feedback on the prompts and how we can improve them.
Thibaut
PS: Special thanks to @simon_aubert for his contribution