weaviate / typescript-client

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

UUID not available in datatypes for class config #120

Closed michael-pont closed 6 months ago

michael-pont commented 6 months ago

uuid and uuid[] not available in 3.0.0-beta.20 Will the available datatypes match those from the docs here: https://weaviate.io/developers/weaviate/config-refs/datatypes? image

tsmith023 commented 6 months ago

Hi Michael, thanks for raising this! I somehow completely missed this from the API 😅 I will add it now to the next beta release!

michael-pont commented 6 months ago

Thanks! Excited to check out the new ts-client!

tsmith023 commented 6 months ago

Have released v3.0.0-beta.21 with this fix!