Namespaces
Create a namespace.
Create a namespace for the authenticated organization.
POST
TypeScript
Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Default authentication mechanism
Body
application/json
Required string length:
1 - 64Required string length:
2 - 48The embedding model config. If not provided, our managed embedding model will be used. Note: You can't change the embedding model config after the namespace is created.
- OpenAI Embedding Config
- Azure Embedding Config
- Voyage Embedding Config
- Google Embedding Config
- Option 5
The vector store config. If not provided, our MANAGED_PINECONE vector store will be used. Note: You can't change the vector store config after the namespace is created.
- Option 1
- Option 2
- Pinecone Config
- Turbopuffer Config
Previous
Update a namespace.Update a namespace for the authenticated organization. If there is no change, return it as it is.
Next
TypeScript