prompt-search-app / config /config.yaml
alexpantex's picture
Upload config/config.yaml with huggingface_hub
413400b verified
raw
history blame
257 Bytes
server:
host: "0.0.0.0"
port: 8000
search_engine:
model_name: "all-MiniLM-L6-v2"
use_index: false
data:
prompts_corpus_url: 'https://huggingface.co/datasets/poloclub/diffusiondb/resolve/main/metadata.parquet'
hf_space_name: 'prompt-search-app'