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...
738c322
ragflow
/
migration
/
src
/
main.rs
Kould
feat: impl dao (#1)
c6d0d85
about 1 year ago
raw
Copy download link
history
blame
120 Bytes
use
sea_orm_migration::prelude::*;
#[async_std::main]
async
fn
main
() {
cli::
run_cli
(migration::Migrator).
await
;
}