Commit Graph

8 Commits

Author SHA1 Message Date
shiyu
429ce92cdb feat: Implement face clustering management service and API 2025-06-16 20:07:39 +08:00
ShiYu
204bc96c56 feat(background): add face recognition functionality- Implement face recognition task type and processing 2025-06-14 00:38:25 +08:00
shiyu
e55f311c04 feat(album): add cover picture functionality to albums and enhance album management API 2025-06-09 15:13:14 +08:00
shiyu
0a6fe70537 feat(storage): implement storage management API and enhance storage mode handling 2025-06-09 12:12:37 +08:00
shiyu
2d5e2bf3fb feat(task-processor): implement PictureTaskProcessor for background image processing tasks 2025-06-07 21:27:00 +08:00
shiyu
a95651b04a feat(logManagement): implement log management service 2025-06-06 11:40:27 +08:00
ShiYu
32af3720e3 feat(vector-db): integrate vector database for image search
- Replace pgvector with Microsoft Vector DB for image vector storage and search
- Update Picture model to use float[] instead of Vector type
- Modify PictureService to use VectorDbService for vector search
- Remove vector-related code from MyDbContext
- Add PictureVector model for Vector DB integration
2025-05-31 00:33:37 +08:00
shiyu
cde2c7b997 Initial commit 2025-05-18 20:48:20 +08:00