Conversation
β¦llers - Added vectorMatchingService to candidate.controller.ts for syncing candidates to vector database on create, update, and delete operations. - Integrated vectorMatchingService in job.controller.ts for syncing jobs to vector database on create, update, and delete operations. - Introduced matching.routes.ts for handling matching-related API endpoints. - Implemented matching.controller.ts with endpoints for finding matching jobs and candidates, syncing candidates and jobs, and bulk syncing data. - Created matching.config.ts for configuration related to ChromaDB and OpenAI. - Developed vector-matching.service.ts for managing interactions with ChromaDB and OpenAI, including upserting candidates and jobs, finding matches, and syncing data. - Added necessary dependencies in package.json for chromadb and openai.
Author
|
π€ Automated PR Creation Complete! β Code Quality Checks Passed:
π Review Checklist:
π Ready for review! @firatyll |
firatyll
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: feat: integrate vector matching service with candidate and job controllers
Code Quality Status:
β All code quality checks passed!
π Check Results:
π Commit Info:
π Changed Files: README.md,package-lock.json,package.json,src/config/matching.config.ts,src/controllers/candidate.controller.ts,src/controllers/job.controller.ts,src/controllers/matching.controller.ts,src/index.ts,src/routes/matching.routes.ts,src/services/matching/vector-matching.service.ts
Auto-generated PR from dev branch π€
π€ Auto-generated Pull Request
Code Quality Checks:
β All code quality checks passed!
π Check Results:
π Commit Info:
π Changed Files: README.md,package-lock.json,package.json,src/config/matching.config.ts,src/controllers/candidate.controller.ts,src/controllers/job.controller.ts,src/controllers/matching.controller.ts,src/index.ts,src/routes/matching.routes.ts,src/services/matching/vector-matching.service.ts