Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for Google VertexAI Palm #41

Closed
raghuvd opened this issue Jun 9, 2023 · 2 comments
Closed

Please add support for Google VertexAI Palm #41

raghuvd opened this issue Jun 9, 2023 · 2 comments
Assignees

Comments

@raghuvd
Copy link

raghuvd commented Jun 9, 2023

Hi Team,

Please add support for Vertex AI Palm. Langchain supports it now. Please see details below.
https://python.langchain.com/en/latest/modules/models/llms/integrations/google_vertex_ai_palm.html

Currently it seems that Nemo Guardrails dependency is on langchain 0.0.167, which did not had the Vertex Palm integration. Much needed.

Thanks
Raghu

@drazvan drazvan self-assigned this Jun 14, 2023
@drazvan
Copy link
Collaborator

drazvan commented Jun 14, 2023

Hi @raghuvd ! If you manually install the latest version of langchain, and assuming there's no breaking change, you should be able to use any newly added LLM. The list of supported ones is fetched dynamically.

@caiharry
Copy link

@raghuvd FYI, I got NeMo v0.4.0 working with PaLM with this in my config.yml:

models:
  - type: main
    engine: vertexai
    model: text-bison

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants