Well that seems to work, but now I cannot make a f...
# community-help
s
Well that seems to work, but now I cannot make a field optional that is used for embedding In other words, not all my documents have an image. if I mark the embedding for that as optional, it says `[Errno 400] Field
image
is needed to create embedding.` If I pass empty image (
none
or
''
), the same error appears Seems to be the only solution to pass a fake image, which is not my preferred solution Do I miss something?