""
(the empty string).
Creating a namespace
Namespaces are created automatically the first time they are used to upsert records. If the namespace doesn’t exist, it is created implicitly. The example below will create a"my-first-namespace"
namespace if it doesn’t already exist:
"my-first-namespace"
use code like the following:
Creating more than one namespace
You can create more than one namespace. For example, insert data into separate namespaces:Operations across all namespaces
All vector operations apply to a single namespace, with one exception: TheDescribeIndexStatistics
operation returns per-namespace statistics about the contents of all namespaces in an index. More details