pri2k commited on
Commit
9f4dba5
Β·
1 Parent(s): c98dc50

Update README.md for Docker SDK

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
- title: MentalbertEmbedder
3
- emoji: 🐠
4
  colorFrom: pink
5
  colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.24.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: Mentalbert embeddings for RAG based chatbot
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
+ title: MentalBERT Embedder
3
+ emoji: 🧠
4
  colorFrom: pink
5
  colorTo: green
6
+ sdk: docker
 
7
  app_file: app.py
8
  pinned: false
9
+ short_description: MentalBERT embeddings for RAG-based chatbot
10
  ---
11
 
12
+ This Hugging Face Space hosts a FastAPI-based embedding server using the MentalBERT model.
13
+ It serves as an embedding backend for RAG (Retrieval-Augmented Generation) chatbots with a MongoDB vector store.
14
+
15
+ To learn how to use Docker Spaces, check the official guide:
16
+ πŸ”— https://huggingface.co/docs/hub/spaces-sdks-docker