{"id":47706114,"url":"https://github.com/oceanbase/powerrag-docs","last_synced_at":"2026-04-02T17:58:30.576Z","repository":{"id":323778595,"uuid":"1094083585","full_name":"oceanbase/powerrag-docs","owner":"oceanbase","description":"PowerRAG 社区版产品文档","archived":false,"fork":false,"pushed_at":"2025-11-25T06:35:25.000Z","size":286,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-28T12:50:06.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oceanbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-11T08:28:45.000Z","updated_at":"2025-11-25T06:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oceanbase/powerrag-docs","commit_stats":null,"previous_names":["oceanbase/powerrag-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oceanbase/powerrag-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fpowerrag-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fpowerrag-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fpowerrag-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fpowerrag-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oceanbase","download_url":"https://codeload.github.com/oceanbase/powerrag-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oceanbase%2Fpowerrag-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-02T17:58:29.811Z","updated_at":"2026-04-02T17:58:30.562Z","avatar_url":"https://github.com/oceanbase.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerRAG 社区版文档仓库\n\n欢迎访问 PowerRAG 社区版文档仓库。本仓库用于维护和发布与 PowerRAG 社区版相关的产品文档，包括 PowerRAG 社区版与其衍生项目 Langfuse 的文档内容。\n\n## 仓库说明\n\n本仓库包含以下两部分文档：\n\n### 1. PowerRAG 社区版\n\nPowerRAG 社区版是基于 [RAGFlow](https://github.com/infiniflow/ragflow) 二次开发的开源项目，采用 **Apache 2.0** 协议。该项目在 RAGFlow 的基础上，扩展了文档服务、结构化信息提取、多模搜索及效果评估与反馈等功能，为大模型（LLM）应用提供一体化的数据服务能力。  \n\nPowerRAG 社区版文档仅介绍 PowerRAG 社区版新增的独立能力。其他与 Ragflow 通用的功能和使用方法，请参考 [RAGFlow 官方文档](https://ragflow.io/docs/v0.22.0/)。\n\n### 2. Langfuse\n\nLangfuse 是 PowerRAG 社区版生态下的独立子项目，用于实现效果评估与反馈模块。该项目拥有独立的 [GitHub 仓库](https://github.com/oceanbase/langfuse)，但文档统一收录在本仓库中，以便开发者集中查阅。  \n\nLangfuse 提供模型可观测性、提示词管理与评估能力，帮助用户构建可监控、可调优的 LLM 应用体系。\n\n## 文档结构\n\n```plain\nzh-CN/\n├── 00.PowerRAG 社区版用户指南/    # PowerRAG 社区版文档\n│   ├── 00.PowerRAG 社区版概述.md\n│   ├── 10.新增分片方式.md\n│   └── 20.结构化信息提取.md\n└── 10.Langfuse 用户指南/          # Langfuse 项目文档\n    ├── 00.Langfuse 概述.md\n    ├── 10.部署与初始化/\n    │   ├── 00.概述.md\n    │   ├── 10.部署 Langfuse 服务.md\n    │   ├── 20.访问 Langfuse 并创建 API 密钥.md\n    │   └── 30.部署 Bridge 服务.md\n    ├── 20.应用观测/\n    │   ├── 00.概述.md\n    │   ├── 10.快速开始.md\n    │   ├── 20.可观测性数据模型.md\n    │   └── 30.核心功能/\n    │       ├── 00.会话（Sessions）.md\n    │       ├── 10.用户跟踪（User Tracking）.md\n    │       ├── 20.运行环境（Environments）.md\n    │       ├── 30.标签（Tags）.md\n    │       ├── 40.元数据（Metadata）.md\n    │       └── 50.Trace ID 和分布式追踪（Distributed Tracing）.md\n    ├── 30.提示词管理/\n    │   ├── 00.概述.md\n    │   ├── 10.快速开始.md\n    │   ├── 20.提示词数据模型.md\n    │   └── 30.核心功能/\n    │       ├── 00.版本控制.md\n    │       ├── 10.可组合性（Composability）.md\n    │       ├── 20.消息占位符.md\n    │       └── 30.Playground.md\n    └── 40.应用评估/\n        ├── 00.概述.md\n        ├── 10.评估方法/\n        │   ├── 00.LLM 作为评判（LLM-as-a-Judge）.md\n        │   └── 10.评分数据模型.md\n        ├── 20.跑测/\n        │   ├── 00.跑测概述.md\n        │   ├── 10.数据集.md\n        │   ├── 20.通过 SDK 跑测.md\n        │   ├── 30.通过控制台跑测.md\n        │   └── 40.跑测数据模型.md\n        └── 30.配置 LLM 连接.md\n```\n\n## 如何使用文档\n\n您可以直接在 GitHub 上浏览文档，或将本仓库克隆到本地后查看：\n\n```bash\ngit clone https://github.com/\u003cyour-org\u003e/powerrag-docs.git\ncd powerrag-docs\n```\n\n## 贡献指南\n\n欢迎通过 Pull Request 或 Issue 提交文档修改、勘误或新增章节。\n\n* 对于 PowerRAG 社区版相关内容，请在 `00.PowerRAG 社区版用户指南/` 下更新\n* 对于 Langfuse 相关内容，请在 `10.Langfuse 用户指南/` 下更新\n\n## 开源许可\n\n本仓库的文档内容遵循 **Apache License 2.0** 协议。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanbase%2Fpowerrag-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foceanbase%2Fpowerrag-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foceanbase%2Fpowerrag-docs/lists"}