fix jtd, remove temp files - final translation push

Signed-off-by: Alex Jenkins <kjenkins60@gatech.edu>
This commit is contained in:
Alex Jenkins 2026-04-10 23:20:41 -04:00
parent bfabe742d2
commit 62290d793c
543 changed files with 4399 additions and 1373 deletions

View file

@ -1,5 +1,13 @@
---
layout: default
title: "RAG 实时支持技术规范"
parent: "Chinese (Beta)"
---
# RAG 实时支持技术规范
> **Beta Translation:** This document was translated via Machine Learning and as such may not be 100% accurate. All non-English languages are currently classified as Beta.
## 概述
本规范描述了为 GraphRAG 和 DocumentRAG 服务添加实时支持的方法,从而实现知识图谱和文档检索查询的实时分块响应。 这扩展了现有的实时架构,该架构已针对 LLM 文本补全、提示和代理服务实施。
@ -188,4 +196,4 @@ async def handle(self, msg):
- 现有实现: `docs/tech-specs/streaming-llm-responses.md`
- Agent 实时: `trustgraph-flow/trustgraph/agent/react/agent_manager.py`
- PromptClient 实时: `trustgraph-base/trustgraph/base/prompt_client.py`
- PromptClient 实时: `trustgraph-base/trustgraph/base/prompt_client.py`