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...
e3322d7
ragflow
/
web
/
src
/
pages
/
flow
/
interface.ts
balibabu
feat: build react flow nodes and edges from mock data #918 (#919)
78dc980
11 months ago
raw
Copy download link
history
blame
68 Bytes
export
interface
DSLComponentList
{
id
:
string
;
name
:
string
;
}