Skip to content

Semantic Grouping Overview

Semantic grouping implementation for the CodeMap project.

  • Clusterer - Module for clustering diff chunks based on their embeddings.
  • Context Processor - Context processing utilities for LLM prompts.
  • Embedder - Module for generating embeddings from diff chunks.
  • Group - Module for semantic grouping of diff chunks.
  • Resolver - Module for resolving file integrity constraints in semantic groups.