Mr-Geo commited on
Commit
adec644
Β·
verified Β·
1 Parent(s): 2c1f9fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,12 +1,17 @@
 
1
  title: BAS Website AI
2
  emoji: 🌍
3
  colorFrom: indigo
4
- colorTo: green
5
  sdk: gradio
6
  sdk_version: 5.14.0
7
  app_file: app.py
8
  pinned: false
9
- short_description: LLM RAG Web scraper for the British Antarctic Survey on Hugging Face Spaces
 
 
 
 
10
 
11
  ## Overview
12
  This project implements a RAG (Retrieval-Augmented Generation) system that allows users to chat with website content using LLMs. It consists of two main components:
@@ -65,4 +70,4 @@ This project implements a RAG (Retrieval-Augmented Generation) system that allow
65
  - `app.py`: Main chat application
66
  - `scraper.py`: Web scraping logic
67
  - `scraper_app.py`: Scraper management
68
- - `chroma_explorer.ipynb`: Database exploration notebook
 
1
+ ---
2
  title: BAS Website AI
3
  emoji: 🌍
4
  colorFrom: indigo
5
+ colorTo: blue
6
  sdk: gradio
7
  sdk_version: 5.14.0
8
  app_file: app.py
9
  pinned: false
10
+ short_description: LLM RAG Web scraper on Hugging Face Spaces
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
 
16
  ## Overview
17
  This project implements a RAG (Retrieval-Augmented Generation) system that allows users to chat with website content using LLMs. It consists of two main components:
 
70
  - `app.py`: Main chat application
71
  - `scraper.py`: Web scraping logic
72
  - `scraper_app.py`: Scraper management
73
+ - `chroma_explorer.ipynb`: Database exploration notebook