huggingface / text-embeddings-inference
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 6 components.
  • 96 files, 20,075 LOC (16.4% vs. main code).
  • "backends" is biggest, containing 70.94% of LOC.
  • "ROOT" is smallest, containing 0.58% of LOC.


backends14241 LOC (11%) 72 files
router3971 LOC (3%) 12 files
core1361 LOC (1%) 6 files
integration_tests214 LOC (<1%) 2 files
proto171 LOC (<1%) 1 file
ROOT117 LOC (<1%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
backends118 commits (43%)
router97 commits (36%)
ROOT53 commits (19%)
core37 commits (13%)
proto9 commits (3%)
integration_tests1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023
backends
152
179
79
router
28
105
57
ROOT
23
23
11
core
1
29
37
proto
8
1
integration_tests
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G backends backends backends--backends 30 ROOT ROOT backends--ROOT 12 ROOT--ROOT 3 router router router--backends 8 router--ROOT 7 router--router 8 core core router--core 1 integration_tests integration_tests integration_tests--integration_tests 1


2025-06-30 09:04