Namespace Templates
Pre-configured namespace blueprints with buckets, collections, and retrievers for common use cases
Why do anything?
Setting up a complete namespace with all components is complex. Templates provide turnkey solutions.
Why now?
Common architectures (e-commerce search, document RAG, video search) should be deployable with one click.
Why this feature?
6 namespace templates that deploy complete infrastructure: buckets, collections with extractors, and retrievers.
How It Works
Namespace templates deploy complete infrastructure stacks for common use cases.
1
Template Selection
Choose from 6 use-case specific templates
2
Namespace Creation
Create isolated namespace
3
Component Deployment
Deploy buckets, collections, retrievers
4
Configuration
Apply template-specific settings
Why This Approach
Turnkey deployment reduces time-to-value. Tested configurations ensure best practices.
Where This Is Used
Integration
namespace = client.namespaces.from_template(template_id="ecommerce_search", namespace_name="my_store")