I want to use Langchain in outsystems to develop applications using language models.But i need to know how can i use the external packages in outsystem
Hello,
The only option that I see is for you to create a new OutSystems extension wrapping the .NET library for LangChain (available here). Be advised that this library is in preview and I haven't used it myself, so I have no idea how stable it is.
More information about creating extensions is available here:
https://success.outsystems.com/documentation/11/extensibility_and_integration/extend_logic_with_your_own_code/extensions/