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...
a8294f2
ragflow
/
web
/
src
/
interfaces
/
common.ts
balibabu
feat: set chunk to available state and select all chunk (#57)
97d4387
about 1 year ago
raw
Copy download link
history
blame
153 Bytes
export
interface
Pagination
{
current
:
number
;
pageSize
:
number
;
}
export
interface
BaseState
{
pagination
:
Pagination
;
searchString
:
string
;
}