Commit Graph

11 Commits

Author SHA1 Message Date
shiyu
a869ff1954 feat(docs): add VitePress documentation setup and deployment workflow 2025-06-09 13:07:42 +08:00
ShiYu
39c40d2746 feat(background): add visual recognition task and refactor picture processing 2025-06-08 15:40:52 +08:00
shiyu
2d5e2bf3fb feat(task-processor): implement PictureTaskProcessor for background image processing tasks 2025-06-07 21:27:00 +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
ab5351d250 feat(deployment): add GitHub Actions workflow for server deployment 2025-05-24 15:14:23 +08:00
shiyu
c3e012e1ae feat(Docker): add GitHub Actions workflow for building and pushing Docker image 2025-05-23 21:52:41 +08:00
ShiYu
df2358d688 feat(storage): add support for Tencent Cloud COS 2025-05-21 23:50:02 +08:00
ShiYu
85dc34f6ea feat(storage): add S3-compatible storage support 2025-05-20 09:49:11 +08:00
shiyu
ab83c519c4 refactor: improve GitHub OAuth handling and update authentication flow 2025-05-19 12:16:53 +08:00
shiyu
cde2c7b997 Initial commit 2025-05-18 20:48:20 +08:00