alexpantex commited on
Commit
413400b
·
verified ·
1 Parent(s): cd2ebf8

Upload config/config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config/config.yaml +11 -0
config/config.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ server:
2
+ host: "0.0.0.0"
3
+ port: 8000
4
+
5
+ search_engine:
6
+ model_name: "all-MiniLM-L6-v2"
7
+ use_index: false
8
+
9
+ data:
10
+ prompts_corpus_url: 'https://huggingface.co/datasets/poloclub/diffusiondb/resolve/main/metadata.parquet'
11
+ hf_space_name: 'prompt-search-app'