jina-ai / finetuner

:dart: Task-oriented embedding tuning for BERT, CLIP, etc.
https://finetuner.jina.ai
Apache License 2.0
1.46k stars 66 forks source link

fix: create synthesis run should accept da as input #748

Closed bwanglzu closed 1 year ago

bwanglzu commented 1 year ago

Create synthesis run currently only accepts a str is the name of the DoccumentArray, or a list of str which is to used to construct a DocumentArray, but if user give a DA, it is not accepted.