AI Widgets with generate answer on a question

0
Hi All,   There any many AI widgets are available in the mendix market place. I need your guidance to use a suitable widget for following scenario   I have a paragraph of text and a question, which has to generate the answer from the given paragraph.     Kindly guide me    Regards Sudhir
asked
3 answers
1

Hi Sudhir,

 

are you specifically looking for Widgets?

There are a lot of platform-supported modules on the marketplace that should help you build your use case.

See Mendix Docs for inspiration. The GenAI Showcase App shows how GenAI concepts can be implemented easily in Mendix.

 

Best regards

Liam

answered
0

Hello Sudhir T,

Are you looking widget for chatbot UI, you can try with any of this, I tried with few of this and then finally created my own UI,as per requirements.

 

image.png

 

image.pngimage.png

answered
0

Hello Raju Patel,

 

I am getting the following error in the ChatGPT3 module from market place.

 

Error is as follows, but same url and body is working fine with Postman.

 

Error Type : sun.security.provider.certpath.SunCertPathBuilderException

 

Message : unable to find valid certification path to requested target

 

Stacktrace:

Error calling REST service    at ChatGPT3.RST_ChatGPT_GetResponse (CallRest : 'Call REST (POST)')    at ChatGPT3.ACT_ChatGPTResponse_GetResponse (SubMicroflow : 'ChatGPT')

Advanced stacktrace:    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)

Caused by:java.security.PrivilegedActionException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)

Caused by:null    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)

Caused by:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)

Caused by:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)

Caused by:unable to find valid certification path to requested target    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)

 

answered