Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-service-knowledge
A self-service knowledge base powering article creation, versioning, categorization, feedback, and intelligent search.
Published package · Latest published 1.0.1 Mar 4, 2026 · 9 datasets / 14 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
9 datasets14 measures · 150 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-service-knowledge
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-service-knowledge")
prompt = rawctx.to_prompt(
"@pasar6987/sf-service-knowledge",
datasets=["KnowledgeArticle", "KnowledgeArticleFeedback"],
max_tokens=2000,
)
print(model.datasets) # ["KnowledgeArticle", "KnowledgeArticleFeedback", "KnowledgeArticleVersion"]
print(model.measures) # [Measure(name="KnowledgeArticle.CaseAssociationCount", ...), Measure(name="KnowledgeArticle.TotalViewCount", ...), Measure(name="KnowledgeArticleVersion.ArticleCaseAttachCount", ...)]
print(model.dimensions) # [Dimension(name="ArchivedById", ...), Dimension(name="ArchivedDate", ...), Dimension(name="ArticleNumber", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-service-knowledge
A self-service knowledge base powering article creation, versioning, categorization, feedback, and intelligent search.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 9 |
| Dimensions | 150 |
| Measures | 14 |
| Relationships | 3 |
Objects
- KnowledgeArticle — Provides read-only access to an article and the ability to delete the primary article.
- KnowledgeArticleFeedback — Represents information about feedback from users on Knowledge articles and details about assignment of feedback to the article owner or team to take action.
- KnowledgeArticleVersion — Provides a global view of standard article fields across all types of articles depending on their version.
- KnowledgeArticleViewStat — Provides certain statistics related to the number of views for the specified article across all article types.
- KnowledgeArticleVoteStat — Provides the weighted rating for the specified article on a scale of 1 to 5 across all article types.
- Knowledge__DataCategorySelection — Represents a data category that classifies an article
- Knowledge__ka — Provides access to the concrete object that represents a Knowledge article, the parent object for article versions.
- Knowledge__kav — Provides access to the concrete object that represents a Knowledge article version.
- KnowledgeableUser — Represents a user identified as knowledgeable about a specific topic, and ranks them relative to other knowledgeable users.
Install
rawctx snapshot-download @pasar6987/sf-service-knowledge
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
