Hierarchical path that identifies the location of the item.
The namespace acts as a folder-like structure to organize items. Each element in the tuple represents one level in the hierarchy.
Root level documents:
("documents",)
User-specific documents:
("documents", "user123")
Nested cache structure:
("cache", "embeddings", "v1")