πŸ“’ New release 0.8.24: New AI-assisted code generation via prompts + multiple bug fixes

Hi everyone,

I’m pleased to announce a new minor release: v0.8.24. :party_popper:

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

3 Likes

Hi!

thanks for the great new features. I was testing bug 225 (`'data' is not defined` when using REST Input Β· Issue #225 Β· amphi-ai/amphi-etl Β· GitHub) but getting the same error as before :slight_smile:

Am I missing something?

Thanks!

Thanks @harmenkuijer, I remember testing the fix but I may have missed something too. It was actually a community contribution. I reopened and will take a look later today. Thanks for the heads up

1 Like

Alright, there was still a bug hidden in there. Thank you for reporting! It should be fixed in 0.8.25

1 Like

Thanks for the quick response! Great work