Spaces:
Build error
Build error
| 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: | |
| - [Gradio](https://gradio.app) | |
| - [huggingface_hub](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index) | |
| - [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index) | |
| It provides an interactive interface for users to interact with the chatbot. |