teradatagenai, Teradata Package for Generative AI, can directly be installed through PyPI on Windows client using the following steps.
- Upgrade setuptools using the command:
py -m pip install --upgrade setuptools
- Install teradatagenai package along with its dependencies using the command:
py -m pip install teradatagenai
teradatagenai has a dependency on teradataml and other Python packages. Executing this command will also download and install all dependent packages.
teradataml can also be separately installed from https://pypi.org/user/teradata/.
- Verify the installation by initializing the TeradataAI class to access large language model endpoints. See TeradataAI Class.