Extensions#
Use large language models with your favourite framework, like LangChain / LLamaIndex or Transformers (HuggingFace). If you want to use your model but still use the SDK, try the LocalServer extension provided by the SDK.
Before you start
To use one of the following extensions, first install it by running
pip install 'ibm-generative-ai[extension_name]'
(the extension name is always lower-cased).