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

PropertyConfigCreate is missing skipVectorisation in 3.0.0-rc.0 #130

Closed tritos-design closed 4 months ago

tritos-design commented 4 months ago

In 3.0.0-rc.0 the skipVectorisation option has been removed from PropertyConfigCreate.

How can one skip the vectorization of a property in this version?

tsmith023 commented 4 months ago

Fixed in 3.0.0-rc.1, thanks for raising 😁