Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasecio committed May 10, 2024
1 parent 802d126 commit beb84f2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,32 @@ This repository contains a collection of apps powered by LangChain.
[LangChain](https://langchain.readthedocs.io/en/latest) 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.

### [all-in-one](https://github.com/alphasecio/langchain-examples/blob/main/all-in-one)
A multi-page Streamlit application showcasing generative AI uses cases with LangChain, OpenAI, and others.
A multi-page Streamlit application showcasing generative AI uses cases using LangChain, OpenAI, and others.

### [chroma-summary](https://github.com/alphasecio/langchain-examples/blob/main/chroma-summary)
A sample Streamlit web application for summarizing documents using LangChain and Chroma.

### [gemini-chat-pdf](https://github.com/alphasecio/langchain-examples/blob/main/gemini-chat-pdf)
A sample Streamlit web application for generative question-answering using LangChain, Gemini and Chroma.

### [helicone](https://github.com/alphasecio/langchain-examples/blob/main/helicone)
A sample Streamlit web application to demo LLM observability using LangChain and Helicone.

### [news-summary](https://github.com/alphasecio/langchain-examples/blob/main/news-summary)
A sample Streamlit application for Google news search and summaries using LangChain and Serper API.

### [pinecone-qa](https://github.com/alphasecio/langchain-examples/blob/main/pinecone-qa)
A sample Streamlit web application for generative question-answering with LangChain and Pinecone.
A sample Streamlit web application for generative question-answering using LangChain and Pinecone.

### [pinecone-summary](https://github.com/alphasecio/langchain-examples/blob/main/pinecone-summary)
A sample Streamlit web application for document summarization with LangChain and Pinecone.

### [search](https://github.com/alphasecio/langchain-examples/blob/main/search)
A sample Streamlit web application for search queries using LangChain and SerpApi.
A sample Streamlit web application for document summarization using LangChain and Pinecone.

### [search-tavily](https://github.com/alphasecio/langchain-examples/blob/main/search-tavily)
A sample Streamlit web application for search queries using LangChain and Tavily Search API.

### [search](https://github.com/alphasecio/langchain-examples/blob/main/search)
A sample Streamlit web application for search queries using LangChain and SerpApi.

### [text-summary](https://github.com/alphasecio/langchain-examples/blob/main/text-summary)
A sample Streamlit web application for summarizing text using LangChain and OpenAI.

Expand Down

0 comments on commit beb84f2

Please sign in to comment.