Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.19 KB

Langchain AI Search Agent Demo

Maintenance Maintaner Ask Me Anything ! License

PROJECT INFO

  • Langchain Python AI Agent
  • Streamlit for interactive app and slick UI
  • Agentic chat with search capabilities. Works with Llama3-8b via Groq API

Features

  • Langchain AI Chatbot Agent that can search the web
  • Llama3-8b via Groq API
  • Streamlit for interactive data fullstack apps

Demo

agent_wiki.webm

Installing:

1. Clone this repo to your folder:

git clone THIS REPO

2. Create a virtual environment

3. Install the dependencies

pip install -r requirements.txt

3. Run the app

streamlit run app.py

Extrawest.com, 2024