Namespaces

Namespaces in Agentset provide a way to organize and isolate your data. Each namespace represents a separate collection of documents that can be searched and used for chat independently.

Key Features

  • Isolation: Keep different document sets separate
  • Organization: Group related documents together
  • Efficiency: Search within specific subsets of your data

Available Operations

OperationDescription
ListRetrieve all namespaces in your account
GetRetrieve details of a specific namespace
CreateCreate a new namespace
UpdateModify an existing namespace
DeleteRemove a namespace and its contents

Getting Started

To begin working with namespaces, create your first namespace using the Create a Namespace endpoint.