Skip to content

Commit 7d58850

Browse files
committed
docs: polish and update
Signed-off-by: Chojan Shang <[email protected]>
1 parent feb3e50 commit 7d58850

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
lines changed

content/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ date_format = "%b %-d, %Y"
2626
+++
2727

2828
Hi, I'm **Chojan** (PsiACE).
29-
I lead GenAI platform work at Vesoft/NebulaGraph, serve on the Apache OpenDAL PMC, and previously helped build Databend from query execution to storage I/O.
29+
GenAI engineer at Vesoft (NebulaGraph), leading the NebulaGraph GenAI Platform and driving GraphRAG and agent workflows to production and standardization.
30+
PMC member at Apache OpenDAL, improving the unified storage interface for usability and stability.
31+
Previously a founding/core engineer at Databend, contributing to multiple core refactors and community documentation/tutorials.
3032

31-
I care about predictable infrastructure, graph-native retrieval, and docs that scale contributors.
32-
Expect field notes on agent workflows, Fusion GraphRAG, and resilient data systems.
33+
I care about predictable infrastructure and open collaboration that scales contributors.

content/about/_index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@ comment = false
1313
reaction = false
1414
+++
1515
Hi, I'm **Chojan Shang** (aka **PsiACE**).
16-
I focus on engineering data and AI systems that are predictable, observable, and maintainable — not one-off demos.
16+
I focus on engineering data and AI systems with clear contracts, observable operations, and auditable workflows.
17+
Not one‑off demos, but maintainable and measurable product capabilities.
1718

1819
## Experience & Responsibilities
1920

2021
**GenAI Engineer | Vesoft Inc. (NebulaGraph)**
2122
2024.09 – present · Shanghai
22-
- Deliver GraphRAG and Generative AI for graph-database scenarios across retrieval, Q&A, and recommendation.
23-
- Lead the architecture and engineering of the NebulaGraph GenAI Platform: ingest → retrieval (vector/graph) → inference; establish unified observability (latency, recall, hit rate).
24-
- Design and implement a Fusion GraphRAG framework that fuses structural graph knowledge with semantic retrieval; achieved ~30% faster time-to-first-use and ~15% precision uplift at the same compute.
25-
- Drive LLM engineering integration with the Nebula ecosystem (schema, data sync, auth/audit); codify reusable components and best practices to power QA and recommendation systems.
23+
- Deliver GraphRAG and generative AI in graphdatabase scenarios across retrieval, Q&A, and recommendation.
24+
- Lead the architecture and engineering of the NebulaGraph GenAI Platform: ingest → retrieval (vector/graph) → inference.
25+
- Design and implement a Fusion GraphRAG framework that fuses structural graph knowledge with semantic retrieval to optimize context building for complex relational QA.
26+
- Advance LLM engineering workflows and codify reusable components and best practices.
2627

2728
**PMC Member | Apache OpenDAL**
2829
2022 – present · Remote
29-
- Lead and contribute to the unified data access layer's architecture and releases; focus on caching, retries, observability, and multi-cloud backend abstraction.
30-
- Review critical PRs and design proposals; improve API consistency and platform stability; optimize data paths and metrics for high-concurrency / high-latency scenarios.
31-
- Build community norms and engineering standards; strengthen docs and test examples; mentor contributors and manage OSPP cadence; helped the project graduate to Apache TLP.
30+
- Contribute to and help lead the unified data access layers architecture and releases, focusing on caching, retries, observability, and multicloud backend abstraction.
31+
- Review critical PRs and design topics, driving API consistency and platform stability; optimize data paths for highconcurrency and highlatency scenarios.
32+
- Build community norms and engineering standards, improve docs and examples, mentor contributors, and coordinate OSPP participation to improve contributor retention and release cadence.
3233

33-
**Core Engineer | Databend Labs (cloud-native data warehouse)**
34+
**Core Engineer | Databend Labs (cloudnative data warehouse)**
3435
2021.07 – 2024.08 · Remote
35-
- Founding team member; built baseline query execution and storage access layers; unified I/O model around Apache Arrow/Parquet.
36-
- Led integrations with lakeFS and KubeSphere; delivered a unified access layer and caching for cloud-native data-lake scenarios.
37-
- Optimized execution and storage I/O to support high-throughput concurrent workloads; project stars grew from ~800 to 8000+ in three years.
38-
- Drove developer advocacy and community programs that turned Databend into a representative OSS data warehouse.
36+
- Founding team member; built baseline query execution and storage access layers; unified I/O around Apache Arrow/Parquet.
37+
- Led integrations and case studies with HuggingFace, lakeFS, and KubeSphere to broaden data‑lake/cloud‑native scenarios.
38+
- Drove developer advocacy and community operations; the project grew from ~800 to 8000+ stars in three years and became a representative OSS data warehouse.
3939

4040
## Focus Areas
4141

content/posts/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
2-
title = "Writing"
3-
description = "Field notes on agent protocols, graph-native retrieval, and resilient data systems."
2+
title = "Posts"
3+
description = "Notes on agent workflows, Fusion GraphRAG, and resilient data/AI platforms."
44
sort_by = "date"
55
template = "blog.html"
66
page_template = "post.html"
@@ -11,7 +11,7 @@ generate_feeds = true
1111
lang = "en"
1212

1313
title = "Latest Posts"
14-
subtitle = "Long-form updates on building production AI platforms, agent tooling, and graph intelligence."
14+
subtitle = "Longform on production GenAI platforms, agent tooling, and graph‑driven retrieval."
1515

1616
date_format = "%b %-d, %Y"
1717

content/posts/_index.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
2-
title = "写作"
3-
description = "记录智能体协议、图检索与韧性数据系统的实践与思考"
2+
title = "文章"
3+
description = "记录智能体工作流、Fusion GraphRAG 与韧性的数据/AI 平台"
44
sort_by = "date"
55
template = "blog.html"
66
page_template = "post.html"
@@ -11,7 +11,7 @@ generate_feeds = true
1111
lang = "zh"
1212

1313
title = "最新文章"
14-
subtitle = "围绕可落地的 AI 基础设施、智能体工具链与图智能的长文记录"
14+
subtitle = "围绕可落地的 GenAI 平台、智能体工具链与图驱动检索的长文"
1515

1616
date_format = "%Y年%m月%d日"
1717

0 commit comments

Comments
 (0)