Chapter 06
Gemini API LangChain Examples
Gemini API LangChain Examples
Table of contents
This is a collection of fun examples for the Gemini API used with LangChain.
-
Summarize large documents using LangChain: Use Gemini large context window to summarize large documents without using RAG.
-
Chat with SQL using LangChain: Querry your database using Gemini API and LangChain.
-
Code analysis using LangChain and DeepLake: Use Gemini large context window to analyze all the code of a github prject.
-
Question Answering using LangChain and Chroma: Learn how to interface Gemini, LangChain and Chroma.
-
Question Answering using LangChain and Pinecone: Learn how to interface Gemini, LangChain and Pinecone.
-
SQL Agent using Gemini API and LangChain: Build an autonomous SQL Agent that answers natural language questions about a SQLite database using Gemini API and LangChain.
There are even more examples in the examples and quickstarts folders.
