Feat/delete single dataset retrival (#6570)
This commit is contained in:
parent
0fb741f269
commit
e4bb943fe5
22 changed files with 651 additions and 115 deletions
|
|
@ -328,7 +328,9 @@ class AppModelConfig(db.Model):
|
|||
return {'retrieval_model': 'single'}
|
||||
else:
|
||||
return dataset_configs
|
||||
return {'retrieval_model': 'single'}
|
||||
return {
|
||||
'retrieval_model': 'multiple',
|
||||
}
|
||||
|
||||
@property
|
||||
def file_upload_dict(self) -> dict:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue