From fa04997062fd08eec94f1e315ab372f3d645931f Mon Sep 17 00:00:00 2001 From: "codeshwar-preview[bot]" <160849357+codeshwar-preview[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:00:25 +0000 Subject: [PATCH] Updated the file in response to the PR comment --- CHANGELOG.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a155594..fee780a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +markdown ## [0.0.1] - 2024-03-08 - 2:30 ### Added @@ -13,6 +14,8 @@ ### Changed - Modified the `Employee` model in [`route.py`](route/route.py) to include a list of images instead of a single image. - Adjusted the mock data and assertions in [`test_face_cycle.py`](testing/test_face_cycle.py) to handle multiple images for each employee. +- Modified the `UpdateEmployee` models in [`route.py`](route/route.py) to include a list of images instead of a single image. +- Adjusted the mock data and assertions for update data in [`test_face_cycle.py`](testing/test_face_cycle.py) to handle multiple images for each employee. ### Fixed - Resolved an issue where the `create_new_faceEntry` function in [`route.py`](route/route.py) was not correctly processing multiple images for each employee. @@ -22,10 +25,6 @@ ### Added - Added logging statements to all the API endpoints in [`route.py`](route/route.py) for easier debugging. -### Changed -- Modified the `UpdateEmployee` models in [`route.py`](route/route.py) to include a list of images instead of a single image. -- Adjusted the mock data and assertions for update data in [`test_face_cycle.py`](testing/test_face_cycle.py) to handle multiple images for each employee. - ## [0.1.2] - 2024-03-09 - 22:00 ### Changed @@ -49,17 +48,4 @@ - Resolved various bugs and issues identified during the testing process. ### Removed -- Removed deprecated code and unused dependencies from the project. - -## [0.1.4] - 2024-03-16 - 23:00 - -### Added -- Implemented a new `recognize_Face` endpoint in [`route.py`](API/route.py). This endpoint accepts a base64 string as input, converts it into embeddings, and performs a vector search query on the MongoDB Atlas database. Changes made by @Devasy23. -- Added a new `vector_search` function in [`database.py`](API/database.py). This function performs a vector similarity search on the MongoDB Atlas database using Euclidean distance as the similarity measure. Changes made by @Devasy23. -- Updated [`index.ipynb`](index.ipynb) to include examples and usage of the new `recognize_Face` endpoint and `vector_search` function. Changes made by @Devasy23. - -### Changed -- Updated the `Database` class in [`database.py`](API/database.py) to include the new `vector_search` function. Changes made by @Devasy23. - -### Fixed -- Resolved various bugs and issues identified during the implementation and testing of the new features. Fixes made by @Devasy23. +- Removed deprecated code and unused dependencies from the project. \ No newline at end of file