Commit Graph

8 Commits

Author SHA1 Message Date
shiyu
a95651b04a feat(logManagement): implement log management service 2025-06-06 11:40:27 +08:00
shiyu
a73752bcc8 feat(pictureManagement): improve thumbnail generation and handling for uploaded images 2025-06-02 19:51:43 +08:00
shiyu
44d2616fd4 feat: Support multiple vector database selection, add InMemory and Qdrant adapters, introduce admin dashboard 2025-05-31 21:01:37 +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
f52507b129 feat(StorageService, PictureController): refactor storage service methods to use unified ExecuteAsync pattern for file operations 2025-05-28 18:47:57 +08:00
ShiYu
056b685eaa fix(background): ensure partial results are saved on failure 2025-05-24 10:29:22 +08:00
shiyu
b26b076736 feat(upload): add image format conversion and quality settings for uploads #6 2025-05-23 20:19:55 +08:00
ShiYu
fba716ba28 refactor(services): split services into separate folders and update namespaces 2025-05-22 21:18:02 +08:00