Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
c71409b
Add entries to .gitignore for competence-matcher build and database f…
MaxiLein Jul 29, 2025
dc1afc6
Add competence-matcher configuration files and update .gitignore
MaxiLein Jul 29, 2025
73fbd66
Implement DBManager and VectorDataBase classes for database managemen…
MaxiLein Jul 29, 2025
f89ac75
Add utility files for database management, model handling, and worker…
MaxiLein Jul 29, 2025
8ece5f6
Add worker scripts for embedding and matching tasks with reasoning su…
MaxiLein Jul 29, 2025
4d58b1b
Add middleware for logging and resource management in competence-matcher
MaxiLein Jul 29, 2025
e59d005
Add routes for resource and match handling in competence-matcher
MaxiLein Jul 29, 2025
ae5edc1
Add embedding, reasoning, semantic splitting, and zero-shot classific…
MaxiLein Jul 29, 2025
bb6d045
Add script to convert ONNX model weights to external data format
MaxiLein Jul 29, 2025
a686939
Update .gitignore to exclude competence-matcher model files and envir…
MaxiLein Jul 31, 2025
5c37c49
Enhance development setup and configuration
MaxiLein Jul 31, 2025
5350020
Add uuid package as a dependency in package.json
MaxiLein Jul 31, 2025
426afb8
Merge branch 'main' into Matching-Service
MaxiLein Aug 1, 2025
f9bc422
Merge branch 'main' into Matching-Service
MaxiLein Aug 19, 2025
bb66378
Add .prettierignore file and and ran prettier
MaxiLein Aug 19, 2025
9a5ebb4
feat: Enhance error handling and logging across the competence matche…
MaxiLein Aug 19, 2025
d193865
feat: Enhance worker management and configuration for embedding and m…
MaxiLein Aug 20, 2025
00b6632
Refactor logging system across competence matcher
MaxiLein Aug 21, 2025
671334d
feat: Improve logging structure by creating date-specific log directo…
MaxiLein Aug 21, 2025
d05fa15
feat: Add retry logic and error handling for Ollama model pulling; en…
MaxiLein Aug 21, 2025
d1909e1
docs: Add usage comment for optimum-cli export command in ONNX model …
MaxiLein Aug 21, 2025
29ea6cf
feat: Update model loading timeout and introduce model loading time c…
MaxiLein Aug 21, 2025
cdf7fb9
refactor: Remove unnecessary model availability checks in main functi…
MaxiLein Aug 21, 2025
8521b6b
Merge branch 'main' into Matching-Service
MaxiLein Aug 24, 2025
9bfc4b3
Merge branch 'main' into Matching-Service
MaxiLein Sep 9, 2025
9540f32
Enhance worker management and logging:
MaxiLein Sep 16, 2025
e679539
Refactor reasoning and alignment handling in matcher and prompts; imp…
MaxiLein Sep 17, 2025
6bfe1bc
Merge branch 'main' into Matching-Service
MaxiLein Sep 17, 2025
64fe77f
Add cross-encoder model integration and enhance reasoning logic
MaxiLein Sep 29, 2025
d5c0bae
Merge branch 'main' into Matching-Service
MaxiLein Sep 29, 2025
f76b8b0
Enhance ZeroShot integration: add contradiction and alignment checks …
MaxiLein Sep 30, 2025
837aec3
Merge branch 'main' into Matching-Service
MaxiLein Sep 30, 2025
10281ab
Get build to run
MaxiLein Oct 4, 2025
16bfe28
rename "run-production" to "production"
MaxiLein Oct 4, 2025
e220d58
Refactor Worker Manager and Worker Pool for improved job handling and…
MaxiLein Oct 5, 2025
6558c15
Merge branch 'main' into Matching-Service
MaxiLein Oct 5, 2025
ea962b6
fix: remove unused cross-encoder from startup check
MaxiLein Oct 22, 2025
c5220d7
add production scripts for detached mode and stopping the server
MaxiLein Oct 22, 2025
e5e95f1
fix: enhance production scripts for better server management
MaxiLein Oct 22, 2025
c8a79ee
fix: update .gitignore to include additional ignored files and direct…
MaxiLein Oct 22, 2025
eed56cf
refactor: update production scripts and enhance matching algorithm pa…
MaxiLein Nov 1, 2025
1c002a0
Merge branch 'main' into Matching-Service
MaxiLein Nov 1, 2025
c218461
Cleanup tensors and init modle changes
MaxiLein Nov 1, 2025
81d1c08
refactor: update suitability score thresholds and improve error loggi…
MaxiLein Nov 1, 2025
7c1d6f9
fix: resolve V8 API locking issues in worker threads by setting devic…
MaxiLein Nov 1, 2025
946e350
refactor: update Node.js engine compatibility and remove V8 API locki…
MaxiLein Nov 1, 2025
a0494cb
revert
MaxiLein Nov 5, 2025
dd87a1d
update @huggingface/transformers dependency to version 3.7.6
MaxiLein Nov 5, 2025
5fcadb0
refactor: update worker configuration parameters and enhance job reco…
MaxiLein Nov 5, 2025
2d268cf
implement task embedding management and update job processing workflow
MaxiLein Nov 5, 2025
8683b3a
minor fix
MaxiLein Nov 5, 2025
a20720c
testing locks for onnx runtime error
MaxiLein Nov 5, 2025
35cd87e
ran prettier
MaxiLein Nov 20, 2025
ea4b9c6
Merge branch 'main' into Matching-Service
MaxiLein Nov 20, 2025
b0f7480
single worker inference (try-out)
MaxiLein Nov 23, 2025
817e964
refactor mono worker
MaxiLein Nov 24, 2025
ed8bb1e
task vs match embedding
MaxiLein Nov 24, 2025
f903e4f
keep deprecated settings for now
MaxiLein Nov 24, 2025
970cae6
Merge branch 'main' into Matching-Service
MaxiLein Nov 24, 2025
6b75891
Merge branch 'main' into Matching-Service
MaxiLein Nov 30, 2025
f11bf13
Merge branch 'main' into Matching-Service
MaxiLein Dec 1, 2025
6a5178b
Merge branch 'main' into Matching-Service
MaxiLein Dec 8, 2025
b17a8e6
Merge branch 'main' into Matching-Service
MaxiLein Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,80 @@ gha-creds-*.json

# Ignore custom claude project files
CLAUDE.md

# Matching models & DB
src/competence-matcher/dist
src/competence-matcher/src/db/dbs
src/competence-matcher/src/models
src/competence-matcher/.env
src/competence-matcher/logs
node_modules/
.yarn-cache/
/*.zip
coverage/

# PROCEED files
src/engine/native/node/**/data_files
src/engine/native/node/native-config/src/config.json

src/engine/native/web/server/public/*
src/engine/native/web/server/node_modules

src/engine/e2e_tests/testEngine/config.json

# OS files
.DS_Store
.directory

# Build dirs
jsdoc/output_html/
!build/index.html
build/*

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# yarn is used as package manager, so npm files
package-lock.json

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# git modules
.gitmodules

# env configs
./src/management-system/src/backend/server/environment-configurations/
./src/backend/server/environment-configurations/

# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
dataEval.json
/blob-report/

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json

# Ignore custom claude project files
CLAUDE.md

# Matching models & DB
src/competence-matcher/dist
src/competence-matcher/src/db/dbs
src/competence-matcher/src/models
src/competence-matcher/.env
src/competence-matcher/logs
src/competence-matcher/server.pid
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src/competence-matcher/dist/
src/competence-matcher/src/db/dbs/
src/competence-matcher/src/models/
src/competence-matcher/.env
Empty file added src/competence-matcher/.env
Empty file.
Loading