ragflow/api/apps
Brody Wang 391b950be6
Fix non-null violation when inviting people to team (#3015)
### What problem does this PR solve?

Not sure why MySQL is inserting empty string in this case, but when I
use postgres I got `null value in column "invited_by" of relation
"user_tenant" violates not-null constraint`

### Type of change

- [X] Bug Fix (non-breaking change which fixes an issue)
2024-10-25 18:39:09 +08:00
..
sdk Fix issues in API (#3008) 2024-10-24 20:10:47 +08:00
__init__.py Refactor Dataset API (#2783) 2024-10-11 09:55:27 +08:00
api_app.py add auto keywords and auto-question (#2965) 2024-10-22 13:12:49 +08:00
canvas_app.py add API for tenant function (#2866) 2024-10-16 16:10:24 +08:00
chunk_app.py fix SILICONFLOW rerank error (#2980) 2024-10-23 10:12:39 +08:00
conversation_app.py fix sequence2txt error and usage total token issue (#2961) 2024-10-22 11:38:37 +08:00
dialog_app.py Add Authorization checks (#2221) 2024-09-04 10:36:15 +08:00
document_app.py add owner check for team work (#2892) 2024-10-18 13:48:57 +08:00
file2document_app.py fix parser for pptx of which files are from filemanager (#2482) 2024-09-18 19:13:37 +08:00
file_app.py Storage: Rename all the variables about get file to storage from minio. (#2497) 2024-09-19 19:19:27 +08:00
kb_app.py add owner check for team work (#2892) 2024-10-18 13:48:57 +08:00
llm_app.py Fix keys of Xinference deployed models, especially has the same model name with public hosted models. (#2832) 2024-10-16 10:21:08 +08:00
system_app.py add API for tenant function (#2866) 2024-10-16 16:10:24 +08:00
tenant_app.py Fix non-null violation when inviting people to team (#3015) 2024-10-25 18:39:09 +08:00
user_app.py add team tag to kb (#2890) 2024-10-18 11:30:19 +08:00