Skip to content

Commit 62bf11a

Browse files
committed
fix: update header images for blog posts on enterprise AI and knowledge bases
- Change the header image for the blog post "Enterprise AI Stack: A Decision Framework That Outlasts the Hype Cycle" to better reflect its content. - Update the header image for "Enterprise Knowledge Bases: From RAG Pipelines to Agent-Ready Context Engines" to enhance visual consistency. - Modify the header image for "Ontologies: The Blueprint Behind Every Knowledge Base That Actually Works" to improve thematic alignment. - Adjust the header image for "Mamba: The Paper That Asked If Attention Was Really All You Need" to provide a more relevant visual representation.
1 parent 11e17c3 commit 62bf11a

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

front/public/blog/posts/field-notes/enterprise-ai-platform-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Enterprise AI Stack: A Decision Framework That Outlasts the Hype Cycle"
33
date: "2026-10-22"
44
excerpt: "Choosing between No-Code, Low-Code, and custom AI platforms shouldn't require a PhD in vendor marketing. This framework breaks the decision into six durable axes — scope, gateway, guardrails, observability, contingency, and interface — so your team picks the right stack for each use case, not just the loudest one."
55
tags: ["Enterprise AI", "AI Architecture", "Platform Selection", "AI Gateway", "MLOps", "Guardrails"]
6-
headerImage: "/blog/headers/data-cloud-header.jpg"
6+
headerImage: "/blog/headers/enterprise-stack-header.jpg"
77
readingTimeMinutes: 28
88
slug: enterprise-ai-platform-selection
99
estimatedWordCount: 4982

front/public/blog/posts/field-notes/enterprise-knowledge-bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Enterprise Knowledge Bases: From RAG Pipelines to Agent-Ready Context En
33
date: "2026-04-21"
44
excerpt: "Building knowledge bases that serve both humans and AI agents requires more than chunking and vector search. This guide covers the complete architecture — from knowledge engineering and domain ontologies through chunking hierarchies and permission-aware retrieval to the unified context engines and MCP-based tool interfaces that make enterprise knowledge agent-ready."
55
tags: ["Knowledge Bases", "RAG", "AI Agents", "Knowledge Engineering", "Enterprise AI", "MCP", "Context Engine", "Chunking", "Access Control", "Knowledge Graphs"]
6-
headerImage: "/blog/headers/enterprise-stack-header.jpg"
6+
headerImage: "/blog/headers/enterprise-kb-header.jpg"
77
readingTimeMinutes: 50
88
slug: enterprise-knowledge-bases
99
estimatedWordCount: 8800

front/public/blog/posts/field-notes/ontologies-building-knowledge-bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Ontologies: The Blueprint Behind Every Knowledge Base That Actually Work
33
date: "2026-10-15"
44
excerpt: "Ontologies turn chaotic data into structured knowledge. Learn how to design, build, and deploy ontology-driven knowledge bases — from RDF triples to production-ready systems that power RAG, search, and enterprise AI."
55
tags: ["Ontology Engineering", "Knowledge Graphs", "OWL", "RDF", "Knowledge Bases", "Semantic Web"]
6-
headerImage: "/blog/headers/enterprise-kb-header.jpg"
6+
headerImage: "/blog/headers/ontology-header.jpg"
77
readingTimeMinutes: 25
88
slug: ontologies-building-knowledge-bases
99
estimatedWordCount: 5153

front/public/blog/posts/research/mamba-selective-state-spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Mamba: The Paper That Asked If Attention Was Really All You Need"
33
date: "2026-11-19"
44
excerpt: "A line-by-line walkthrough of Gu and Dao's 2023 Mamba paper: what state space models are, where they came from, why S4 nearly worked, the single insight that made them competitive with Transformers, and the hardware-aware trick that made them fast. Written to be understood, not just cited."
55
tags: ["Mamba", "State Space Models", "Sequence Modeling", "Deep Learning Theory", "Architectures", "Research Paper"]
6-
headerImage: "/blog/headers/models-header.jpg"
6+
headerImage: "/blog/headers/mamba-header.jpg"
77
readingTimeMinutes: 29
88
slug: mamba-selective-state-spaces
99
estimatedWordCount: 6100

front/src/data/blogData.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Architectures",
1313
"Research Paper"
1414
],
15-
"headerImage": "/blog/headers/models-header.jpg",
15+
"headerImage": "/blog/headers/mamba-header.jpg",
1616
"readingTimeMinutes": 29,
1717
"slug": "mamba-selective-state-spaces",
1818
"estimatedWordCount": 6100,
@@ -94,7 +94,7 @@
9494
"MLOps",
9595
"Guardrails"
9696
],
97-
"headerImage": "/blog/headers/data-cloud-header.jpg",
97+
"headerImage": "/blog/headers/enterprise-stack-header.jpg",
9898
"readingTimeMinutes": 28,
9999
"slug": "enterprise-ai-platform-selection",
100100
"estimatedWordCount": 4982,
@@ -114,7 +114,7 @@
114114
"Knowledge Bases",
115115
"Semantic Web"
116116
],
117-
"headerImage": "/blog/headers/enterprise-kb-header.jpg",
117+
"headerImage": "/blog/headers/ontology-header.jpg",
118118
"readingTimeMinutes": 25,
119119
"slug": "ontologies-building-knowledge-bases",
120120
"estimatedWordCount": 5153,
@@ -582,7 +582,7 @@
582582
"Access Control",
583583
"Knowledge Graphs"
584584
],
585-
"headerImage": "/blog/headers/enterprise-stack-header.jpg",
585+
"headerImage": "/blog/headers/enterprise-kb-header.jpg",
586586
"readingTimeMinutes": 50,
587587
"slug": "enterprise-knowledge-bases",
588588
"estimatedWordCount": 8800,
@@ -1283,6 +1283,6 @@
12831283
"readingTime": 20
12841284
}
12851285
],
1286-
"lastUpdated": "2026-04-10T23:29:20.349Z",
1286+
"lastUpdated": "2026-04-10T23:39:38.025Z",
12871287
"totalPosts": 62
12881288
}

0 commit comments

Comments
 (0)