langchain-ai / langchain-google

MIT License
74 stars 78 forks source link

Added medlm_* models into the PALM family of model, updated _utils.py #283

Closed smannathan closed 3 weeks ago

smannathan commented 3 weeks ago

I tried invoking the medlm-medium model, but it is using the wrong vertexai.generative_models. Specifically, it refers to GenerativeModel instead of TextGenerationModel, causing it to fail.

Fix:

Added medlm_* models into the PALM family of models and fixed the incorrect reference in medlm-medium.

lkuligin commented 3 weeks ago

/gcbrun

smannathan commented 3 weeks ago

The lint issue has been resolved, and the yanked langsmith package has been updated from version 0.1.65 to 0.1.66. This ensures that Poetry installs the necessary dependencies for CI.

https://pypi.org/project/langsmith/0.1.65/

smannathan commented 3 weeks ago

@lkuligin

Changes,

lkuligin commented 3 weeks ago

/gcbrun

smannathan commented 3 weeks ago

Rebased the branch. Please merge it.

lkuligin commented 3 weeks ago

/gcbrun

lkuligin commented 3 weeks ago

/gcbrun