Skip to main content

Overview

Knowledge represents confirmed facts stored in your project. Each Knowledge entry is a structured, up-to-date piece of information that Neuradex prioritizes when answering questions. For why structured memory matters over simple chunk search, see the concept overview.

Fields

FieldTypeDescription
idstringUnique identifier
titlestringKnowledge title
contentstringFull content body
tagsstring[]Classification tags
summarystringAuto-generated summary
connectedKnowledgeConnectedKnowledgeItem[]Related knowledge via linking
createdAtstringCreation timestamp
updatedAtstringLast update timestamp

Knowledge Linking

Knowledge is automatically linked to other Knowledge entries. No manual work is required — Neuradex detects and creates relationships between Knowledge entries as they are added or updated.

Relation Types

Each link between two Knowledge entries carries a relation type that describes how they are connected.
RelationMeaningExample
referencesReferences another entry”Terms of Service” references “Privacy Policy”
extendsExtends or supplements”Detailed Rules” extends “Basic Rules”
contradictsContains conflicting information”Old Spec” contradicts “Exception Rules”
supersedesReplaces a previous entry”v2 Spec” supersedes “v1 Spec”
relatedGenerally relatedConceptual connections between entries
derived_fromDerived from another entrySplit knowledge derived from original knowledge

Contradiction Detection

When Knowledge entries with conflicting information are detected, a contradicts edge is automatically created between them. This enables automatic conflict alerts, helping you maintain information consistency across your project without manual review.

Change Tracking

When Knowledge is updated, a supersedes edge links the new version to the old one. This preserves the full history of changes, allowing you to trace how information has evolved over time.

Search Priority

For factual questions, Knowledge is referenced with the highest priority over other data types (Episodes, Topics, SourceContent). This ensures that confirmed, up-to-date information is returned first, while historical context and source documents remain available when needed.

Data Types

Concept overview of all data types

Knowledge API

Manage knowledge with the SDK