spur-chatbot / README.md
snehasquasher's picture
Upload folder using huggingface_hub
b0d4092

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: spur-chatbot
app_file: app.py
sdk: gradio
sdk_version: 3.40.1

Chat-Your-Data

Create a ChatGPT like experience over your custom docs using LangChain.

See this blog post for a more detailed explanation.

Step 0: Install requirements

pip install -r requirements.txt

Step 1: Set your open AI Key

export OPENAI_API_KEY="Your OpenAPI Key"

Step 2: Query data

Custom prompts are used to ground the answers in the state of the union text file.

Step 3: Running the Application

By running python app.py from the command line you can easily interact with your ChatGPT over your own data.

Others

Notion Integration

Step 1: Set your Notion API Key

export NOTION_API_KEY= "Your Notion API Key"