Allow both embedding metadata and saving metadata files (#1058)

* Allow both embedding metadata and saving metadata files

* Use the correct variable

* Descriptive variable

---------

Co-authored-by: cmdr2 <shashank.shekhar.global@gmail.com>
This commit is contained in:
Olivia Godone-Maresca
2023-03-28 23:49:05 -04:00
committed by GitHub
parent 044e3746ca
commit e5a47ac964
2 changed files with 19 additions and 9 deletions

View File

@ -76,7 +76,15 @@ var PARAMETERS = [
{
value: "embed",
label: "embed"
}
},
{
value: "embed,txt",
label: "embed & txt",
},
{
value: "embed,json",
label: "embed & json",
},
],
},
{