openai / chatgpt-retrieval-plugin
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 7 components.
  • 36 files, 4,174 LOC (100.0% vs. main code).
  • "datastore" is biggest, containing 76.69% of LOC.
  • "ROOT" is smallest, containing 1.37% of LOC.


datastore3201 LOC (76%) 20 files
scripts325 LOC (7%) 4 files
services265 LOC (6%) 6 files
local_server130 LOC (3%) 2 files
server130 LOC (3%) 1 file
models66 LOC (1%) 2 files
ROOT57 LOC (1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
datastore38 commits (35%)
services19 commits (17%)
ROOT18 commits (16%)
server7 commits (6%)
scripts5 commits (4%)
local_server4 commits (3%)
models2 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
datastore
14
71
services
5
27
ROOT
1
17
local_server
1
4
models
3
server
7
scripts
15


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...

No temporal dependencies found.



2025-05-04 14:11