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.
How resolution works
When you create a deployment from a template, Marketplace resolves configuration in three layers:- Framework defaults: baseline values that apply to every knowledge application.
- Vertical config: values defined by the template, such as the system prompt, recommended layout, and starter prompts.
- Operator inputs: values you provide in the setup wizard. These override the template defaults.
What a template defines
A template defines:- The recommended consumer layout (chat, search, structured, or hybrid).
- A system prompt and operating parameters tuned for the vertical.
- Suggested visual components for the consumer interface.
- Starter prompts that surface to end users on the empty state.
- Recommended source types and structure.
- The actual documents the application uses; you connect those during setup.
- The deployment name, description, or branding.
- Access policies; you choose those during setup or in the dashboard.
Choosing a template
Pick the template that most closely matches the use case. If none match exactly, pick the closest fit and override the operating parameters. The choice of template does not lock you into a vertical; it only sets the initial configuration.Customize a deployment after creating it
A template is a starting point. After creating a deployment, you can override most template defaults from the deployment dashboard.What you can customize
The setup wizard and the deployment dashboard let you change:- The name, description, and branding of the knowledge application.
- The system prompt and operating parameters that shape responses. See Configure operating parameters.
- The consumer layout. See Configure layouts.
- Which visual components the application can render. See Configure components.
- The connected sources and how they sync. See Connectors.
- Starter prompts shown to end users on the empty state.
- Access policy, including the consumer authentication provider.
What requires a new template
Structural changes that go beyond wizard inputs, such as defining a brand new vertical that other deployments will reuse, are handled by introducing a new template configuration. Operator-level template authoring is not supported.Edit and republish flow
- Open the deployment dashboard.
- Make your changes. Marketplace creates a new building version automatically when you edit an active deployment.
- Publish the building version. Marketplace runs background provisioning, introspection, and evaluation. The previous version remains active until the new one is ready.
- If a new version regresses, roll back from the version history. See Manage versions and rollback.