Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Starowo
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bcd8078
ragflow
/
web
/
src
/
interfaces
/
request
/
chat.ts
Starowo
Upload 1411 files
b9fe2b4
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
184 Bytes
export
interface
IFeedbackRequestBody
{
messageId?:
string
;
thumbup?:
boolean
;
feedback?:
string
;
}
export
interface
IAskRequestBody
{
question
:
string
;
kb_ids
:
string
[];
}