Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
799f66f
ragflow
/
helm
/
templates
/
mysql-config.yaml
Scott Davidson
Add Helm chart deployment method (#3815)
e4a04a5
3 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
---
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
mysql-init-script
data:
init.sql:
|-
CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;