Skip to main content
July 6, 2023
Question

How to use a customized Large Language Model in Appian

  • July 6, 2023
  • 4 replies
  • 0 views

I would like to use a customized large language model in appian.
(I am not asking about official connected systems created by openai or appian)
I know it is possible to use LLM through API in Appian, but is there any way to implement LLM in Appian? I suppose it might be a bit difficult since you can't use Python in Appian.

    4 replies

    stefanhelzle0001
    July 6, 2023

    You might be able to do that by writing a Java plugin. But I am not sure whether this is a good idea when thinking about the required resources in terms of CPU/GPU/RAM/DISK.

    July 6, 2023

    Thank you for your reply! Ok, you are saying java might be a narural language to work with in Appian, but it might not be a good idea because there might not be enough memory or disk space for LLM. Thank you!

    mathieud0001
    July 6, 2023

    No other way than to use APIs IMO.

    July 6, 2023

    Thank you for your reply! I would follow your advice and go with API, I guess!