weaviate / typescript-client

Official Weaviate TypeScript Client
https://www.npmjs.com/package/weaviate-client
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

How to use array of text datatype with TS client? #68

Closed kiancyc closed 1 year ago

kiancyc commented 1 year ago

How to use array of text datatype with TS client?

text string string
text[] list of strings ["string one", "string two"]