chatbot-g-rag / README.md
ionosphere's picture
Update
a269a82 verified
|
raw
history blame contribute delete
No virus
826 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
title: GAIA Chatbot - level 2
emoji: πŸ‘
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 4.15.0
app_file: app.py
pinned: false
license: mit
short_description: Example of chatbot with RAG on one link

Run on a space

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Simply push your code on a huggingface space.

Run locally

You must have python (3.8)[https://www.python.org/downloads/].

Check https://www.gradio.app/guides/quickstart for more details about Gradio.

Install dependencies

pip install gradio

pip install -r requirements.txt

Add Mistral API Key to your environement variables

in ~/.profile or ~/.bashrc

export MISTRAL_API_KEY=YOUR_API_KEY

Run your code

python3 app.py

Open your browser to http://127.0.0.1:7860