Versions in this module Expand all Collapse all v0 v0.8.0 Mar 29, 2026 Changes in this version + func DetectCommunities(g *graph.Graph, maxIterations int) int + func DiscoverDocCodeRelations(g *graph.Graph, er EmbedResolver, threshold float64) int + func DiscoverEmbedRelations(g *graph.Graph, er EmbedResolver, threshold float64) int + func NormalizeKnowledgeName(name string) string + func ResolveCallEdges(g *graph.Graph) int + func ResolveDocEdges(g *graph.Graph) int + func ResolveDocEdgesForFile(g *graph.Graph, filePath string) int + func ResolveGoTypesCallEdges(g *graph.Graph, root string) (int, error) + func ResolveHeritageEdges(g *graph.Graph) int + func ResolveImplementsEdges(g *graph.Graph) int + func ResolveNLEntities(g *graph.Graph, er EmbedResolver) []parser.EntityCandidate + func ResolveNLEntitiesForFile(g *graph.Graph, filePath string, er EmbedResolver) []parser.EntityCandidate + func ResolveNLEntitiesForFiles(g *graph.Graph, filePaths []string, er EmbedResolver) map[string][]parser.EntityCandidate + func ResolvePathAliases(g *graph.Graph) int + func ResolveTSTypesCallEdges(g *graph.Graph, root string) (int, error) + func ResolveTerraformRefs(g *graph.Graph) int + type EmbedMatch struct + NodeID string + Score float64 + type EmbedResolver interface + EmbedText func(ctx context.Context, text string) ([]float32, error) + SearchByVector func(queryVec []float32, k int) []EmbedMatch