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.
Analytics
The analytics view shows:- Active end users over time.
- Conversation and query volume.
- Refusal rate, broken down by
OUT_OF_SCOPEandBLOCKEDoutcomes. - Most-asked questions.
- Feedback ratings over time.
- Per-version traffic and quality trends.
Event log
The event log captures every meaningful action for a deployment. Events include:| Category | What it covers |
|---|---|
| Lifecycle | Deployment created, version building, publish started, publish completed, version active, version failed, rollback. |
| Chat | Each query, the routing decision, the Knowledge Agent Toolkit (KAT) outcome (CALL_KB, ASK_SLOT, BLOCKED, OUT_OF_SCOPE), the knowledge bases queried, and the response. |
| Feedback | Thumbs-up and thumbs-down ratings, with optional comments. |
| Sync | Source sync runs, with success or failure and per-file detail. |
| Provisioning | Background provisioning steps for each publish. |
Using analytics and events together
A typical investigation looks like this:- Notice an increase in refusals in analytics.
- Filter the event log to recent
OUT_OF_SCOPEoutcomes. - Find common patterns in the refused questions.
- Decide whether to add content, expand scope, or adjust manifests.
- Edit the deployment, publish a new version, and watch the next round of analytics.