Allowed types for metadata

Hi,

As I am indexing vectors with metadata filtering, I noticed that the only allowed types are :

  • String
  • Number (integer or floating point, gets converted to floating point)
  • List of String
    However, I have a couple of boolean variables, is converting them to strings or integers the only workaround ?
    Thanks :slight_smile:
1 Like

Hi Chaymae! We aim to add boolean support soon. But until then, yes - the best way is to convert the boolean to strings such as β€œtrue”/β€œfalse”.