Skip to content

alphasecio/langchain-examples

Repository files navigation

langchain-examples

This repository contains a collection of apps powered by LangChain.

LangChain is an open-source framework created to aid the development of applications leveraging the power of large language models (LLMs). It can be used for chatbots, text summarisation, data generation, code understanding, question answering, evaluation, and more.

A multi-page Streamlit application showcasing generative AI uses cases using LangChain, OpenAI, and others.

A sample Streamlit web application for summarizing documents using LangChain and Chroma.

A sample Streamlit web application for generative question-answering using LangChain, Gemini and Chroma.

A sample Streamlit web application to demo LLM observability using LangChain and Helicone.

A sample Streamlit application for Google news search and summaries using LangChain and Serper API.

A sample Streamlit web application for generative question-answering using LangChain and Pinecone.

A sample Streamlit web application for document summarization using LangChain and Pinecone.

A sample Streamlit web application for search queries using LangChain and Tavily Search API.

A sample Streamlit web application for search queries using LangChain and SerpApi.

A sample Streamlit web application for summarizing text using LangChain and OpenAI.

A sample Streamlit application to summarize URL content using LangChain and OpenAI.