LangChain Integration

As a provider of large language models (LLMs), Generative AI service has an integration with LangChain. LangChain is an open source modular framework for building applications that are powered by large language models (LLMs). LangChain integrations are LangChain adapters to 3rd party services. LangChain acts as a bridge, connecting the LLMs with other data sources and tools, streamlining the development of applications.

LangChain for Python Applications

OCI Generative AI LangChain integration is supported for Python. For set up instructions and examples, see LangChain integration.

LangChain4j for Java Applications

The LangChain4j library is the Java version of LangChain, created by the community for Java developers. It brings the same benefits and tools as LangChain, making it easier for Java users to work with LLMs. For APIs and examples, see LangChain4j for OCI Generative AI and LangChain4j on GitHub.

References