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
246 stars 101 forks source link

genai.schemas is missing #340

Closed gyliu513 closed 7 months ago

gyliu513 commented 7 months ago
    from genai.schemas import GenerateParams as GenaiGenerateParams
ModuleNotFoundError: No module named 'genai.schemas'

How to install this package? Seems pip install ibm-generative-ai does not contain genai.schemas.

Tomas2D commented 7 months ago

genai.schemas does not exists in SDK v2, see Migration Guide.