DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等


DB-GPT V0.6.2版本现已上线,快速预览新特性DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等

DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等新特性
DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等1、DB-GPT 社区和 libro 社区共同发布 AWEL Notebook 功能

libro:灵活定制、轻松集成的 Notebook 产品方案。

社区地址:https://github.com/difizen/libro


使用教程:
1.进入AWEL工作流,进入all_in_one_entrance workflow
DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等
2.新建Notebook
DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等
3.编写awel算子并执行
    import asyncio
    from dbgpt.core.awel import DAG, MapOperator
    with DAG("awel_hello_world") as dag:task = MapOperator(map_function=lambda x: print(f"Hello, {x}!"))
    await task.call(call_data="world")

    DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等

    DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等2、GraphRAG图谱构建能力增强,支持并行知识抽取
    支持三元组图谱与文档结构图谱混合分析,通过并行知识抽取提升知识图谱图谱索引构建性能。
    DB-GPT GraphRAG微软GraphRAG在文档抽取token消耗,Global/Local检索性能的对比。

    DB-GPT
    GraphRAG (Microsoft)
    Doc Tokens
    42631
    42631
    Triplets Graph
    nodes: 666; edges: 1066
    nodes: 644; edges: 1048
    Doc Structure Graph
    nodes: 123; edges: 1095
    不支持
    Prompt Tokens
    361054
    744990
    Completion Tokens
    41315
    227230

    Total Tokens

    402369
    972220
    Global Search
    10s
    40s
    Local Search
    15s
    15s
    DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等3、AWEL 支持在沙箱环境中执行代码,可以通过code算子处理模型返回值。
    注意: 沙箱环境依赖 Lyric 的支持,
    Lyric: A Rust-powered secure runtime for AI-Agent.
    Lyric地址 https://github.com/lyric-project/lyric
    DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等

    安装依赖:
      pip install -e ".[code]"

      DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等

      DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等

      Lyric使用示例:
        import asynciofrom lyric import DefaultLyricDriver
        python_code = """def add(a, b):return a + bresult = add(1, 2)print(result)"""
        js_code = """console.log('Hello from JavaScript!');"""
        async def main():lcd = DefaultLyricDriver(host="localhost", log_level="ERROR")lcd.start()
        # Load workers(default: Python, JavaScript)await lcd.lyric.load_default_workers()
        # Execute Python codepy_res = await lcd.exec(python_code, "python")print(py_res)
        # Execute JavaScript codejs_res = await lcd.exec(js_code, "javascript")print(js_res)
        # Stop the driverlcd.stop()
        asyncio.run(main())

        DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等4、PDF 文本抽取优化,支持表格抽取功能

        DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等

        DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等5、支持 Qwen2.5 coder 模型


        DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等6、支持科大讯飞 spark ultra/max/pro/lite 模型


        DB-GPT V0.6.2 版本更新:牵手libro社区、GraphRAG图谱构建能力增强等Bug 修复
        • 修复了 dbgpt sdk core agent 依赖 prompt service 问题

        Agent智能体Openclaw新闻资讯

        玩转OpenClaw,你需要了解的:核心架构、运作原理、Agent部署步骤

        2026-4-25 14:32:46

        RAG技术前沿技术新闻资讯

        7.1k Star!RAGFlow:最新开源OCR+深度文档理解的RAG引擎、大海捞针测试、降低幻觉、服务化API集成进业务!

        2026-4-25 14:55:12

        0 条回复 A文章作者 M管理员
          暂无讨论,说说你的看法吧
        购物车
        优惠劵
        搜索