OpenClaw Bot
403e1cde28
Phase 5: Add Neo4j graph database integration
...
- Add neo4j_manager.py with full graph operations support
- Data sync: projects, entities, relations to Neo4j
- Graph queries: shortest path, all paths, neighbors, common neighbors
- Graph algorithms: centrality analysis, community detection
- Add 11 new API endpoints for graph operations
- Update docker-compose.yml with Neo4j service
- Update requirements.txt with neo4j driver
2026-02-20 12:04:41 +08:00
OpenClaw Bot
6318cd0af9
Phase 5: 完成导出功能
...
- 新增 export_manager.py 导出管理模块
- 知识图谱导出 SVG/PNG
- 实体数据导出 Excel/CSV
- 关系数据导出 CSV
- 项目报告导出 PDF
- 转录文本导出 Markdown
- 项目完整数据导出 JSON
- 前端添加导出面板和功能
- 更新依赖: pandas, openpyxl, reportlab, cairosvg
2026-02-20 06:06:23 +08:00
OpenClaw Bot
69cc0a74b4
fix: remove invalid aliyun-python-sdk-oss package, use oss2 only
2026-02-18 18:01:33 +08:00
OpenClaw Bot
da8a4db985
Phase 3: Memory & Growth - Multi-file fusion, Entity alignment with embedding, Document import, Knowledge base panel
2026-02-18 12:12:39 +08:00
OpenClaw Bot
68655b58f4
refactor: use uv for dependency management
2026-02-17 18:17:26 +08:00
OpenClaw Bot
3b1fe83018
feat: production-ready backend with real Tingwu ASR
2026-02-17 18:12:11 +08:00
OpenClaw Bot
c1deccbea8
feat: complete Tingwu ASR integration with OSS upload
2026-02-17 12:53:29 +08:00
OpenClaw Bot
887ba811e5
feat: add OSS uploader for Tingwu ASR
2026-02-17 12:26:47 +08:00
OpenClaw Bot
32df5d3303
feat: integrate Aliyun Tingwu ASR (WIP: needs OSS upload)
2026-02-17 12:23:31 +08:00
OpenClaw Bot
e85038a1fb
feat: replace Whisper with Deepgram ASR + speaker diarization
2026-02-17 12:14:25 +08:00