-
Notifications
You must be signed in to change notification settings - Fork 852
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
langchain and gemini #124
langchain and gemini #124
Conversation
Example of using langchain with gemini.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hey @hemanth - thanks for the contribution & sorry for the super slow response! Could you give me an outline of what you want this guide to achieve? Just a high level sentence or two. I want to make sure it's not already covered by our existing Langchain content. |
@markmcd NP! Back then in may there was no Langchain content. This PR demonstrates how to use the Langchain framework with Google's Gemini Pro language model. It showcases various Langchain features, such as prompt templates, chains, agents, and memory, using code examples to interact with Gemini Pro for tasks like generating creative text formats, answering questions, and executing code 🤓 |
OK sounds good - can you make sure the guide has some text in it? I've started a template in #263 that includes some general advice, but basically include some detail about what the reader can expect to learn, and then explain it as you go through. This will help make it useful to more people, and will help us with ongoing maintenance. We typically keep the notebooks focused on a single task too (e.g. "building an agent with gemini and LC") so if this starts to get big, you might want to to split it up. And at some point you'll need to rebase onto the latest
Before we had the cookbook we used the docs repo, so there was a gap where it appeared here that we didn't have some integrations. No problem though. |
Sure, I can add that.
will check and spilt it into smaller notebooks
got it. Ah! Yes, I remember seeing these. |
Marking this pull request as stale since it has been open for 14 days with no activity. This PR will be closed if no further activity occurs. |
This pull request was closed because it has been inactive for 27 days. Please open a new pull request if you need further assistance. Thanks! |
Example of using langchain with gemini.