Skip to content

A general question answering agent built using Mixtral-8x7B LLM through GROQ, a Wikipedia search tool, and LangChain.

Notifications You must be signed in to change notification settings

rasyosef/wikipedia-agent-with-groq-and-mixtral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Wikipedia Agent with GROQ, Mixtral-8x7B, and LangChain

This general question answering agent was built using Mixtral-8x7B LLM through GROQ, a Wikipedia search tool, and LangChain.

How to run

Step 1: Install dependencies using the following command

pip install -r requirements.txt

Step 2: Set your GROQ_API_KEY as an environment variable

export GROQ_API_KEY=XXXXXX

Step 3: Run the gradio app

python app.py

Demo

The demo has been depolyed to the following HuggingFace space.

https://huggingface.co/spaces/rasyosef/Wikipedia-Agent-with-Groq-and-Mixtral

About

A general question answering agent built using Mixtral-8x7B LLM through GROQ, a Wikipedia search tool, and LangChain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages