Namespaces
Create isolated environments for organizing and managing your search applications
Namespaces provide logical separation for different use cases, applications, or environments while maintaining independent configurations and security controls.
Key Concepts
Isolation
Each namespace operates as a completely isolated environment with its own:
- Resource allocation
- Access controls
- Configuration settings
Indexing
Configure vector and payload indexes for:
- Feature extraction
- Search capabilities
- Data organization
Vector Indexes
Mixpeek provides managed vector indexes that automatically handle embedding updates and model improvements:
Payload Indexes
Best Practices
Organization Strategies
Environment Separation
Create separate namespaces for development, staging, and production
Use Case Separation
Isolate different applications like product search, content discovery, etc.
Client Separation
Maintain distinct namespaces for different customers or regions
Naming Conventions
Examples:
Learn more about namespace management in our API Reference.
Was this page helpful?