-
Notifications
You must be signed in to change notification settings - Fork 16k
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
Google Gemini #14671
Comments
🤖 That's great to hear that you're interested in contributing to LangChain! Your willingness to help is much appreciated. If you're able to work on integrating the new LLM from Google Gemini into LangChain, that would be a valuable contribution to the project. Thank you for your support! This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
@ktibbs9417 check this: #14621 You can run |
Like @jamesbraza said, should be able to do this with |
You can also use |
@dheerajiiitv Did you try it with |
No, I am using System message. I can't use ChatVertexAi, you have to use
VertexAI
…On Sat, Dec 16, 2023, 4:48 PM gpy1234 ***@***.***> wrote:
@dheerajiiitv <https://github.com/dheerajiiitv> Did you try it with
ChatVertexAI? I tried to use it with ConversationalRetrievalChain.from_llm,
but it's not working.
—
Reply to this email directly, view it on GitHub
<#14671 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY7PMHXXFGG2CE7VW537WDYJV7PZAVCNFSM6AAAAABATU7VH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYG44TGMJRGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I tried it, but it doesnt stream when incorporated into retrieval chain, it has streaming in its parameters but it doesnt stream, does it stream for you? |
@JoAmps Seems still that way ever since the langchain google package was updated. It got better for exception handling, but lost streaming once went to:
|
I'm confused because I see most things related to this are closed, but not merged. What's the recommended route here? Should we abandon LLMChain since it's marked deprecated and use the new notation? Langchain is all pretty new to me so would love a little bit of clear direction. |
Feature request
With Gemini Pro going GA today (Dec. 13th).
When can users of LangChain expect an update to use the new LLM?
Motivation
This will allow users of LangChain to use the latest LLM that Google is providing along with their safety settings.
Your contribution
I can try and help. Happy to contribute where needed
The text was updated successfully, but these errors were encountered: