Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt

Use this file to discover all available pages before exploring further.

This feature is in public preview.
Publishing promotes a building version of a deployment to active. End users interact with the active version. Publishing is non-blocking: provisioning runs in the background, and you can navigate away and return when the deployment is ready.

What happens on publish

When you publish a building version, Marketplace:
  1. Returns immediately and starts provisioning in the background.
  2. Creates or updates the underlying Pinecone assistants for each knowledge base.
  3. Uploads any staged files and waits for processing to complete.
  4. Runs introspection to build manifests.
  5. Generates suggested starter prompts for the consumer interface.
  6. Runs an automatic evaluation on a sample of generated questions.
  7. Marks the version active when all steps succeed, or marks it failed and surfaces the error.
The previous active version remains live until the new version is fully ready.

Before you publish

Publish

From the deployment dashboard, open the building version and select Publish. Marketplace shows the version transitioning through provisioning steps in the dashboard.

Monitor publish progress

The dashboard reports per-step status:
  • Provisioning: assistants are being created or updated.
  • Processing files: staged files are being indexed.
  • Introspecting: manifests are being generated.
  • Generating starters: starter prompts are being created.
  • Evaluating: the automatic evaluation is running.
  • Active: the version is live.
  • Failed: a step failed; the error is shown.
If publish fails, fix the underlying issue and republish. The previous active version remains untouched.

After publish

  • Share the deployment URL with end users.
  • Watch the event log for early traffic and refusals.
  • Review the evaluation results.
  • Iterate on operating parameters or content and publish a new version when needed.

Publishing again

Editing an active deployment creates a new building version automatically. Publish the building version when you are ready. Each publish is preserved in the version history; see Manage versions and rollback.