Description
According to this: How to update a property of class schema? the answer to my question is no. But, I wanted to check and see if that was still true.
I need to change this:
[
"name" => "categories",
"dataType" => ["text"],
"description" => "Keyword categories.",
"moduleConfig" => [ "text2vec-openai" => [ "skip" => false, "vectorizePropertyName" => true ]]
]
to this:
[
"name" => "categories",
"dataType" => ["text[]"],
"description" => "Keyword categories.",
"moduleConfig" => [ "text2vec-openai" => [ "skip" => false, "vectorizePropertyName" => true ]]
]
Server Setup Information
- Weaviate Version: 1.23.7
- Deployment Method: WCS
- Multi Node? Number of Running Nodes:
- Used Client Language and Version: