ppsingh commited on
Commit
7346b15
·
verified ·
1 Parent(s): 58a2f5f

Delete app.json

Browse files
Files changed (1) hide show
  1. app.json +0 -12
app.json DELETED
@@ -1,12 +0,0 @@
1
- // app.json
2
- {
3
- "title": "My RAG Embedding Service",
4
- "model": "sentence-transformers/all-MiniLM-L6-v2",
5
- "env": {
6
- "HF_MODEL_ID": "sentence-transformers/all-MiniLM-L6-v2",
7
- "NUM_WORKERS": "1",
8
- "PORT": "80",
9
- "MAX_BATCH_SIZE": "32",
10
- "MAX_INPUT_LENGTH": "512"
11
- }
12
- }