RSS

Posts in 2025

  • Agentic GraphRAG

    Wednesday, October 29, 2025 in HugeGraph-AI

    Project Background To address the problem of temporal discrepancies between model training data and real-world data, Retrieval-Augmented Generation (RAG) technology has emerged. RAG, as the name suggests, is a technique that retrieves relevant data …

    Read more

  • ToplingDB Quick Start

    Thursday, October 09, 2025 in ToplingDB

    ToplingDB is a configurable and observable extension of RocksDB. It supports dynamic tuning via YAML files and enables real-time monitoring through a built-in Web Server. Update hugegraph.properties backend=rocksdb serializer=binary …

    Read more

  • ToplingDB YAML configuration file

    Tuesday, September 30, 2025 in ToplingDB

    RocksDB provides a rich set of configuration parameters, but most of them typically require hardcoded setup. ToplingDB introduces a SidePlugin + YAML mechanism, making configuration more modular and composable. This document focuses on the extended …

    Read more