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...
4417740
ragflow
/
docker
/
init.sql
KevinHuSh
build python version rag-flow (#21)
3079197
about 1 year ago
raw
Copy download link
history
blame
Safe
54 Bytes
CREATE
DATABASE IF
NOT
EXISTS
rag_flow;
USE rag_flow;