IBM / ibm-generative-ai

IBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
https://ibm.github.io/ibm-generative-ai/
Apache License 2.0
245 stars 101 forks source link

docs(extensions): add installation note #276

Closed Tomas2D closed 7 months ago

Tomas2D commented 7 months ago

Add an installation note (RST admonition) to all extensions so that users know they need to install the extensions before usage.

Example

File: examples/extensions/langchain/__init__.py

"""
LangChain

.. admonition:: Python 3.12 support
    :class: note

    To use the LangChain extension, first install it by running (:bash:`pip install 'ibm-generative-ai[langchain]'`).
"""