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...
642f6fd
ragflow
/
web
/
src
/
pages
/
chat
/
constants.ts
balibabu
feat: fetch flow (#1068)
13080d4
10 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
export
enum
ChatSearchParams
{
DialogId
=
'dialogId'
,
ConversationId
=
'conversationId'
,
}
export
const
EmptyConversationId
=
'empty'
;