- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Open
Description
Hi Andrei, huge fan of your work!
I've tried langchainrb today and it works like a charm! unfortunately the Palm API is only available in some countries (and mine is not one of those) so I can't do things like:
Langchain::LLM::GooglePalm.new  api_key: 'My looooong key'
even though i do have a key (I'm a Googler).
What I do have is the Vertex AI version of the API, which is called in the usual Google Cloud way (gcloud auth print-access-token / JSON key linked to a service account, and so on).
I was wondering what's your take on it:
- should be part of this gem
 - Should be part of another gem (after all, they call two different gems).
 - You don't care.
 
I'm happy to help / support you in anyway I can if you want to help fill this gap! The equivalent in Python is here:
- https://python.langchain.com/docs/integrations/llms/google_vertex_ai_palm
 - Usage: https://github.com/GoogleCloudPlatform/generative-ai/blob/main/language/orchestration/langchain/intro_langchain_palm_api.ipynb
 
Riccardo
Metadata
Metadata
Assignees
Labels
No labels