Resources are the foundational building blocks of the Knowledge Framework in Fuse. They represent structured, composable units of knowledge that support real-time access, embedding, search, and AI-driven orchestration.
In Fuse, a Resource encapsulates any form of content — whether static or dynamic — and makes it available in a secure, governable, and reusable format across workflows, AI agents, pipelines, and external systems.
Resources may represent:
All Resources are interoperable across Fuse domains and can expose runtime methods, caching behaviors, trust scores, and access control enforcement.
Capability | Description |
---|---|
Encapsulate diverse content sources under a consistent model | |
Deliver content to AI prompts, workflow steps, or external calls | |
Serve as the source for pages, embeddings, nodes, and links | |
Enforce identity-aware permissions and domain-level security | |
Track changes, trustworthiness, and audit trails for every resource | |
Support dynamic retrieval from APIs, workflows, or providers |
Type | Description |
---|---|
File |
A file stored in Fuse (e.g., PDF, DOCX, CSV) |
URL |
External web resource or API endpoint |
Content |
Raw inline content entered by a user or system |
Workflow |
A pipeline that generates data when invoked |
Knowledge |
A dynamic provider-backed knowledge source (e.g., Wiki.js) |
Each type may define custom runtime methods (e.g., search
, getLatest
) depending on source capability.
Resources serve as the entry point to the rest of the Knowledge Framework:
ClientMethod
, fnGetOperations
, and ResourceAccessRule
logicResources can be:
Workflow
Resource to retrieve data from multiple systems for each assistant queryKnowledge
Resource pointing to Wiki.js and expose search()
for dynamic prompt supportFile
Resources, versioned and trust-scored, used across multiple departmentsContent
Resources into a single KnowledgeBase for semantic embeddingNext: Knowledge Embeddings — Explore how Fuse uses embeddings to power semantic retrieval, ranking, and injection during inference.