mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
docs(readme): update tracing references from Jaeger to Langfuse across multiple languages
This commit is contained in:
@@ -286,7 +286,7 @@ Add `--profile` flags to enable additional components. Multiple profiles can be
|
||||
| `full` | All features | `docker compose --profile full up -d` |
|
||||
| `neo4j` | Knowledge Graph (Neo4j) | `docker compose --profile neo4j up -d` |
|
||||
| `minio` | Object Storage (MinIO) | `docker compose --profile minio up -d` |
|
||||
| `jaeger` | Tracing (Jaeger) | `docker compose --profile jaeger up -d` |
|
||||
| `langfuse` | Tracing (Langfuse) | `docker compose --profile langfuse up -d` |
|
||||
|
||||
Combine profiles: `docker compose --profile neo4j --profile minio up -d`
|
||||
|
||||
@@ -298,7 +298,7 @@ Stop services: `docker compose down`
|
||||
|---------|-----|
|
||||
| Web UI | `http://localhost` |
|
||||
| Backend API | `http://localhost:8080` |
|
||||
| Jaeger Tracing | `http://localhost:16686` |
|
||||
| Langfuse Tracing | `http://localhost:3000` |
|
||||
|
||||
## MCP Server
|
||||
|
||||
|
||||
@@ -284,7 +284,7 @@ docker compose up -d # 启动核心服务
|
||||
| `full` | 全部功能 | `docker compose --profile full up -d` |
|
||||
| `neo4j` | 知识图谱 (Neo4j) | `docker compose --profile neo4j up -d` |
|
||||
| `minio` | 对象存储 (MinIO) | `docker compose --profile minio up -d` |
|
||||
| `jaeger` | 链路追踪 (Jaeger) | `docker compose --profile jaeger up -d` |
|
||||
| `langfuse` | 链路追踪 (Langfuse) | `docker compose --profile langfuse up -d` |
|
||||
|
||||
组合示例:`docker compose --profile neo4j --profile minio up -d`
|
||||
|
||||
@@ -296,7 +296,7 @@ docker compose up -d # 启动核心服务
|
||||
|------|------|
|
||||
| Web UI | `http://localhost` |
|
||||
| 后端 API | `http://localhost:8080` |
|
||||
| 链路追踪 (Jaeger) | `http://localhost:16686` |
|
||||
| 链路追踪 (Langfuse) | `http://localhost:3000` |
|
||||
|
||||
## 文档知识图谱
|
||||
|
||||
|
||||
@@ -285,7 +285,7 @@ docker compose up -d # コアサービスを起動
|
||||
| `full` | 全機能 | `docker compose --profile full up -d` |
|
||||
| `neo4j` | ナレッジグラフ (Neo4j) | `docker compose --profile neo4j up -d` |
|
||||
| `minio` | オブジェクトストレージ (MinIO) | `docker compose --profile minio up -d` |
|
||||
| `jaeger` | トレーシング (Jaeger) | `docker compose --profile jaeger up -d` |
|
||||
| `langfuse` | トレーシング (Langfuse) | `docker compose --profile langfuse up -d` |
|
||||
|
||||
組み合わせ例:`docker compose --profile neo4j --profile minio up -d`
|
||||
|
||||
@@ -297,7 +297,7 @@ docker compose up -d # コアサービスを起動
|
||||
|---------|-----|
|
||||
| Web UI | `http://localhost` |
|
||||
| バックエンド API | `http://localhost:8080` |
|
||||
| Jaeger トレーシング | `http://localhost:16686` |
|
||||
| Langfuse トレーシング | `http://localhost:3000` |
|
||||
|
||||
## 文書ナレッジグラフ
|
||||
|
||||
|
||||
@@ -295,7 +295,7 @@ docker compose up -d # 코어 서비스 시작
|
||||
| `full` | 전체 기능 | `docker compose --profile full up -d` |
|
||||
| `neo4j` | 지식 그래프 (Neo4j) | `docker compose --profile neo4j up -d` |
|
||||
| `minio` | 오브젝트 스토리지 (MinIO) | `docker compose --profile minio up -d` |
|
||||
| `jaeger` | 트레이싱 (Jaeger) | `docker compose --profile jaeger up -d` |
|
||||
| `langfuse` | 트레이싱 (Langfuse) | `docker compose --profile langfuse up -d` |
|
||||
|
||||
조합 예시: `docker compose --profile neo4j --profile minio up -d`
|
||||
|
||||
@@ -307,7 +307,7 @@ docker compose up -d # 코어 서비스 시작
|
||||
|--------|-----|
|
||||
| Web UI | `http://localhost` |
|
||||
| 백엔드 API | `http://localhost:8080` |
|
||||
| Jaeger 트레이싱 | `http://localhost:16686` |
|
||||
| Langfuse 트레이싱 | `http://localhost:3000` |
|
||||
|
||||
## 문서 지식 그래프
|
||||
|
||||
|
||||
Reference in New Issue
Block a user