Skip to main content

Prerequisites

Confirm the server is running:
See health for quota fields.

Full example — text namespace

Vector namespace (optional)

CLI equivalent

Method reference

Tips

  • Text upload and text search require a configured embedding provider (moorcheh configure)
  • Global item cap is 100,000 across all namespaces — check health() or handle 409 on upload
  • Document upload, file upload, and namespace delete are async — poll the job until status is "completed"
  • Item ids are unique per namespace, not globally

Next steps