Versions in this module Expand all Collapse all v0 v0.10.0 Jul 11, 2026 Changes in this version + type Builder struct + DB *gorm.DB + Exclude []string + IndexDir string + Namespace string + OutDir string + ProjectDesc string + func (b *Builder) Build(ctx context.Context) (int, int, error) + func (b *Builder) BuildSubtree(ctx context.Context, nodeID string, depth int) (*ragindex.TreeNode, error) + func (b *Builder) BuildTree(ctx context.Context) (*ragindex.TreeNode, int, int, error)