Namespace Management
Create Namespace
Create a new namespace to organize and store your data. Namespaces can be either text-based for document storage or vector-based for embedding storage.
POST
Overview
Create a new namespace to organize and store your data. Namespaces provide isolated environments for your documents or vectors, ensuring data separation and enabling organized data management.Namespace names must be unique within your account and can only contain alphanumeric characters, hyphens, and underscores.
Authentication
Your API key for authentication
Must be
application/jsonBody
Unique name for the namespace (alphanumeric, hyphens, underscores only)
Namespace type: “text” or “vector”
Required for vector namespaces. Dimension of vectors to be stored (e.g., 1536 for OpenAI embeddings)
Next Steps
After creating a namespace, you can:- Upload text documents for text namespaces
- Upload vector data for vector namespaces
- List all namespaces to view your created namespaces
- Search your data once data is uploaded