Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.23.0
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.