Search
Struct for representing a property in Weaviate schema.
@type t() :: %WeaviateStructs.Property{ data_type: String.t(), description: String.t(), index_inverted: boolean(), index_vector: boolean(), keywords: [String.t()], module_config: map(), name: String.t(), text_keyword: String.t() }