https://github.com/extrawest/langchain_gen_ai_agent
Langchain AI Search Agent
https://github.com/extrawest/langchain_gen_ai_agent
agent ai chatbot groq groq-api langchain langchain-python llama3-8b search streamlit streamlit-webapp
Last synced: about 1 month ago
JSON representation
Langchain AI Search Agent
- Host: GitHub
- URL: https://github.com/extrawest/langchain_gen_ai_agent
- Owner: extrawest
- License: apache-2.0
- Created: 2024-11-04T09:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:21:14.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:46:38.993Z (about 1 year ago)
- Topics: agent, ai, chatbot, groq, groq-api, langchain, langchain-python, llama3-8b, search, streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 3.97 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langchain AI Search Agent Demo
[]()
[](mailto:andriy.gulak@extrawest.com)
[](https://github.com/extrawest/langchain_gen_ai_agent/issues)
[](https://opensource.org/licenses/Apache-2.0)
## 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](https://github.com/user-attachments/assets/18c072ec-231c-4486-9915-34aff81ab377)
## 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](https://www.extrawest.com), 2024