Connect with experts and peers to elevate technical expertise, solve problems and share insights
The integration of GenAI with IBM Operation Decision Manager, in collaboration with the Langchain project, represents a game-changing milestone in the realms of decision management, and data analysis. By combining the generative capabilities provided by LLMs coming from OpenAI or Watsonx with the robust decisioning features of IBM ODM and the integration technology of Langchain, users can unlock a multitude of benefits that significantly enhance their decision-making processes. This integration offers a seamless and comprehensive solution for businesses aiming to harness the power of language generation for automating your business decisions.
In this article, we describe few investigations of what can be done with these new technologies.
LangChain is a framework for developing applications powered by language models. The most powerful and differentiated applications will not only call out to a language model via an api, but will also:
As such, the LangChain framework is designed with the objective in mind to enable those types of applications.
There are two main value props the LangChain framework provides:
Source code and videos are hosted in this public github
Here are some use cases for which we have prototyped this integration:
Query an IBM ODM decision service trace in natural language: In this example, we will demonstrate how to query the execution of the Decision Service's data using natural language. This could include querying Key Performance Indicators (KPIs), metrics, or datasets.
Invoke a decision service in natural language: In this example, we will utilize the LangChain OpenAPI Chain to interact with the "MiniLoan" decision service. By leveraging the dynamically generated Swagger API from the ODM Runtime, this integration will enable natural language interactions with the ODM product, all without requiring any changes to the product itself."
Copy