Optional
description?: stringThe description of the collection.
Optional
generative?: ModuleConfig<GenerativeSearch, GenerativeConfig>The configuration for Weaviate's generative capabilities.
Optional
invertedThe configuration for Weaviate's inverted index.
Optional
multiThe configuration for Weaviate's multi-tenancy capabilities.
The name of the collection.
Optional
properties?: PropertyConfigCreate<TProperties>[]The properties of the objects in the collection.
Optional
references?: ReferenceConfigCreate<TProperties>[]The references of the objects in the collection.
Optional
replication?: ReplicationConfigCreateThe configuration for Weaviate's replication strategy. Is mutually exclusive with sharding
.
Optional
reranker?: ModuleConfig<Reranker, RerankerConfig>The configuration for Weaviate's reranking capabilities.
Optional
sharding?: ShardingConfigCreateThe configuration for Weaviate's sharding strategy. Is mutually exclusive with replication
.
Optional
vectorizers?: VectorizersConfigCreate<TProperties>The configuration for Weaviate's vectorizer(s) capabilities.
All the options available when creating a new collection.
Inspect the docs for more information on the different configuration options and how they affect the behavior of your collection.