Added ability to filter based on score of similarity in a couple ways.
This commit is contained in:
@@ -5,4 +5,5 @@ public class AddressEmbedding
|
||||
public Guid Id { get; set; }
|
||||
public string FullAddress { get; set; } = string.Empty;
|
||||
public float[] Vector { get; set; } = Array.Empty<float>();
|
||||
public float Score { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user