This is a Language Model (LLM) application built with LangChain + Streamlit, utilizing Google's powerful language model, Gemini Pro. The application allows users to upload multiple PDFs or web content and generate responses to their queries based on the uploaded content.
Online Demo: langchain-gemini-chatdocs
-
Clone the repository:
git clone https://github.com/tunahsu/langchain-gemini-chatdocs.git cd langchain-gemini-chatdocs/
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
-
Access the application in your browser: http://localhost:8501