A web-based search engine built with Streamlit and LangChain, integrating Wikipedia, Arxiv, and DuckDuckGo for seamless information retrieval.
- Search for academic papers via Arxiv.
- Query Wikipedia for quick facts.
- General web search using DuckDuckGo.
- Powered by Groq for natural language processing.
https://www.linkedin.com/feed/update/urn:li:ugcPost:7329978801323397120/
- Clone the repository:
git clone https://github.com/zamanayaz/langchain-search-engine - Install dependencies:
pip install -r requirements.txt - Get a Groq API key from (https://groq.com).
- Run the app:
streamlit run app.py - Enter your API key in the sidebar and start searching!
- Python 3.8+
- Streamlit
- LangChain
- langchain-groq
- langchain-community
- Search for the paper "Attention is All You Need"
- Query Wikipedia for "Data Science"
MIT