An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Langchain AI Search Agent Demo
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)]()
[![Maintaner](https://img.shields.io/static/v1?label=Andriy%20Gulak&message=Maintainer&color=red)](mailto:andriy.gulak@extrawest.com)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/extrawest/langchain_gen_ai_agent/issues)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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