I'm looking to use this feature https://vaadin.com/docs/latest/tools/ai-form-filler... how to do it

Please advise how to use AI form filler.

Hey Mathew!
You are interested in how to include into your project or what are the capabilities?

The overview:

  1. is that you add a dependency to your project (Vaadin 23 or 24 version is needed),
  2. then you can just create a form (with a layout),
  3. and then you can use this form to create the AI Form Filler instance,
  4. and then later if you have any unstructured text (not a Json, just basically human readable text) you use that text to fill your form.
    We can go into details if you have any or more specific questions.
    Good luck and have fun using it!