Commit Graph

6 Commits

Author SHA1 Message Date
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
3feb71493f feat(DatabaseInitializer): add database migration logic and clean up initialization process 2025-05-23 21:31:04 +08:00
ShiYu
fba716ba28 refactor(services): split services into separate folders and update namespaces 2025-05-22 21:18:02 +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