mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-19 17:39:31 +08:00
feat: Support multiple vector database selection, add InMemory and Qdrant adapters, introduce admin dashboard
This commit is contained in:
@@ -4,7 +4,7 @@ using Microsoft.Extensions.VectorData;
|
||||
|
||||
public class PictureVector
|
||||
{
|
||||
[VectorStoreKey] public int Id { get; set; }
|
||||
[VectorStoreKey] public ulong Id { get; set; }
|
||||
[VectorStoreData] public string? Name { get; set; }
|
||||
|
||||
[VectorStoreVector(Dimensions: 1024, DistanceFunction = DistanceFunction.CosineSimilarity)]
|
||||
|
||||
Reference in New Issue
Block a user