Ashes Born

Ashes Born

Senior Developer at Tech Corp

Software engineer with a passion for open-source.


Blog Statistics

Total Posts: 0

Categories

No categories found


Recent Posts

Posts (29)

July 23, 2026AI

GraphRAG 里的“社区”概念

深度解读微软 GraphRAG 核心概念“社区(Community)”的理论本质与工程实践,详解基于 Leiden 算法的高内聚子图划分、层级社区架构(顶层/中层/叶子社区)、社区摘要提取与全局答案聚合管道,并附带 TypeScript 伪代码与 Obsidian 概念图谱。

July 23, 2026AI

Understanding the Community Concept in GraphRAG

An intuitive and in-depth conceptual guide to the "Community" in Microsoft GraphRAG, explaining graph community detection via Leiden algorithm, hierarchical community trees (root/intermediate/leaf), query-focused community summarization, and candidate answer aggregation with TypeScript examples.

July 22, 2026AI

GraphRAG Retrieval Implementation Guide

A complete implementation guide for the GraphRAG query and retrieval phase, detailing query intent parsing, multi-channel entity retrieval with Reciprocal Rank Fusion (RRF), neighbor expansion, multi-dimensional community scoring, LLM filtering, and final global answer synthesis.

July 22, 2026AI

GraphRAG 检索实现说明

详解 GraphRAG 索引构建完成后的检索阶段全流程实现,涵盖查询意图解析、多路实体召回与 RRF 倒数排名融合、邻居扩展、社区映射与多维打分排序(语义相似度/实体重叠率/图结构得分),以及 LLM 社区过滤与全局答案生成。

July 21, 2026AI

GraphRAG Multi-Document Input Processing Architecture and Directory Structure

An in-depth architecture guide on Microsoft GraphRAG multi-document input processing and indexing pipeline, covering multi-format ingestion (TXT/CSV/JSON/Parquet), cross-document chunking, entity resolution deduplication, standard project directory structure, and incremental update workflows.

July 21, 2026AI

GraphRAG 多文件输入处理架构与目录结构

系统剖析微软 GraphRAG 的多文件输入处理架构与全局索引管道设计,涵盖 TXT/CSV/JSON/Parquet 等多源格式加载、基于句界的分块与跨文档实体去重融合、标准工程目录结构最佳实践及增量更新机制。

July 20, 2026AI

GraphRAG PostgreSQL + TypeScript Implementation Design

A comprehensive engineering guide on implementing Microsoft GraphRAG with PostgreSQL and TypeScript, covering relation edge weight calculations, community detection pipelines, hierarchical community summarization, and complete PostgreSQL DDL schemas with TypeScript pseudo-code.

July 20, 2026AI

GraphRAG PostgreSQL + TypeScript 实现设计

深入探讨微软 GraphRAG 在 PostgreSQL 与 TypeScript 技术栈中的工程落地实践,详细解析关系边权重计算公式、图谱与社区检测建模、社区摘要与全局答案生成管道,并提供完整的 PostgreSQL 表结构 DDL 与 TypeScript 核心伪代码实现。

September 6, 2024project

在React Native中函数式的控制Loading Component

# 阅读前你需要知道的 - React Context是什么 - 如何自定义Hooks # 为什么需要函数式的控制Loading Component 在APP的开发中,我们经常会遇到一些异步的...

March 23, 2024project

React “动态”表单设计(一)

# React “动态”表单设计(一) 在本节中,我会介绍动态表单的定义,实现一个这样的表单会遇到的问题,和给出它的基础数据结构和生成函数。 在下一节中,我会更详细的介绍,这个表单中字段的值的存...

January 15, 2024技术

Reality 在 AWS 上搭建并使用 Cloudflare 进行转发

# Reality 在 AWS 上搭建并使用 Cloudflare 进行转发 ## 概述 本文档介绍如何在 AWS 上搭建 Reality 协议服务,并通过 Cloudflare 进行流量转发,...

January 11, 2023project

从CRA将react项目迁移成微前端项目-1

# 从CRA将react项目迁移成微前端项目 —— 目录结构的确定和构建方式的更改 ## 基础知识 阅读之前你需要知道的知识包括 + [什么是monorepo](https://en.wik...

January 1, 2023

Hello, World!

# Hello, World! This is my first blog post using **Next.js**. ## Features of This Blog - Static...

This is my first blog post using Next.js


November 30, 2022project

JS开发中函数式编程的一些经验

函数式编程, JS函数式编程

August 8, 2022project

增量运行E2E测试

<img src="/images/e2e-testing-banner.png" /> ## 基础知识 阅读之前你需要知道的知识包括 + [什么是E2E测试](https://katal...

August 7, 2022project

monorepo结构下启动react项目局部热更新

<img src="/images/monorepo-react-banner.jpeg" /> ## 基础知识 阅读之前你需要知道的知识包括 + [什么是monorepo](https:...

April 27, 2022

将KVM的虚拟机存储到NAS上

<img src="/images/kvm-log.png"> ## 基础知识 阅读之前你需要知道的知识和软件包括 ### 知识点 + KVM的基础使用 + NAS的基础使用 + 熟悉shell...

December 28, 2021project

High performance grouped list design

## Overall goal 1. nested relationships exist in the grouping and there is no theoretical upper li...

December 26, 2021project

Recording web pages to video at a specified time through a server

## Why is there such a need? I recently work in the field of front-end data visualization, and the...

December 23, 2021interesting

hexo seo 优化

## 阅读之前 ### 你需要知道的知识包括 + Hexo 基本命令 + html`<meta>`标签 ## 对项目进行更改 ### 为博客添加关键字 在hexo主题文件夹中(一般路径为t...

December 13, 2021error

# 商汤科技声明对美国将公司加入所谓「中国军工复合体企业」清单表示强烈反对,还有哪些信息值得关注?

# 商汤科技声明对美国将公司加入所谓「中国军工复合体企业」清单表示强烈反对,还有哪些信息值得关注? ## 奶包的大叔的回答 事实上,中国AI企业并不是唯一被美国政府制裁的“黑名单”公司。 例如,2...

December 13, 2021interesting

Hexo的一些增强--目录以及RSS订阅

## 阅读之前 ### 你需要知道的知识包括 + 使用npm/yarn管理项目的依赖 + Hexo的基本使用 ### 前置的一些环境 + Node.js & NPM #...

December 9, 2021interesting

Hexo的一些增强--渲染Latex公式

## 阅读之前 ### 你需要知道的知识包括 + Hexo基本命令 + Shell的使用 + laTex的使用 ### 前置的一些环境 + Node.js +...

September 2, 2021interesting

工程师遇到的一些问题

The lesson I have learned in decades of dealing with software related companies of all sizes is th...

August 21, 2021project

绘制平滑的三次贝塞尔曲线

How to draw a smooth Bessel Curve,如何绘制贝塞尔曲线,贝塞尔曲线,三次贝塞尔曲线

July 30, 2021project

高性能分组列表设计-2

## 通过改变列表项位置更新分组关系 <img width="300px" src="/images/moveGroup.png"> ## 要解决的问题 + 移动分组时,分组...

July 28, 2021project

高性能分组列表设计(1)

# 高性能分组列表设计 ## 整体目标 1. 分组存在嵌套关系,且深度无理论上限 2. 可以通过拖拽,将已分组元素拖出,接触分组关系 3. 可以通过拖拽,将未分组元素拖入分组内,建...

July 16, 2021project

通过服务器在指定时间将网页录制成视频

# 通过服务器在指定时间将网页录制成视频 ## 为什么有这样的需求? 笔者最近的工作在前端数据可视化领域,会出现一些对长时间运行的前端页面进行监控的需求。以往我的解决办法是通过一些现有...