forked from open-webui/open-webui
feat: pdf data load
This commit is contained in:
parent
784b369cc9
commit
cd86c36953
3 changed files with 40 additions and 11 deletions
|
@ -33,6 +33,8 @@ class ERROR_MESSAGES(str, Enum):
|
|||
)
|
||||
|
||||
FILE_NOT_SENT = "FILE_NOT_SENT"
|
||||
FILE_NOT_SUPPORTED = "Oops! It seems like the file format you're trying to upload is not supported. Please upload a file with a supported format (e.g., JPG, PNG, PDF, TXT) and try again."
|
||||
|
||||
NOT_FOUND = "We could not find what you're looking for :/"
|
||||
USER_NOT_FOUND = "We could not find what you're looking for :/"
|
||||
API_KEY_NOT_FOUND = "Oops! It looks like there's a hiccup. The API key is missing. Please make sure to provide a valid API key to access this feature."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue