Trial-OpenAI / README.md
AashitaK's picture
Update README.md
055f0cc verified

A newer version of the Gradio SDK is available: 5.23.0

Upgrade
metadata
title: Trial HMC AIchatbot
emoji: πŸ’¬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
pinned: false
short_description: AI chatbot for HMC helpdesk

Project Structure

The project is organized as follows:

/project-root
β”œβ”€β”€ data
β”‚   β”œβ”€β”€ services.csv
β”‚   β”œβ”€β”€ document_embeddings.pkl
β”‚   └── db_update_timestamp.txt
β”‚
β”œβ”€β”€ prompts
β”‚   β”œβ”€β”€ meta_prompt.txt
β”‚   └── chatbot_header_message.txt
β”‚
β”œβ”€β”€ utils
β”‚   β”œβ”€β”€ chatbot.py
β”‚   β”œβ”€β”€ document_retrieval.py
β”‚   β”œβ”€β”€ embedding_generation.py
β”‚   β”œβ”€β”€ file_utils.py
β”‚   └── openai_api.py
β”‚
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ README.md
β”œβ”€β”€ app.py
└── requirements.txt

Description

This is an AI chatbot for the HMC helpdesk, built using the following tools:

It provides an interactive interface for users to interact with the chatbot.