Collections
Create a collection
This page shows you how to create a collection with various configurations.
Create a collection from scratch
The simplest way to create a collection is to provide the collection name and the field indexConfigs.
Create a collection cloned from another collection
You can create a collection cloned from an existing collection by simply providing information related to the source collection.
As shown above example, specifying indexConfigs
is optional when cloning a collection.
You can pass indexConfigs
object only with additional indexConfigs based on the original collection’s indexConfigs.
Deleting or modifying the original collection’s indexConfigs is not allowed.