Changed list conversion for entityCache
This commit is contained in:
@@ -219,7 +219,7 @@ public class Searchdomain
|
||||
|
||||
public void UpdateModelsInUse()
|
||||
{
|
||||
modelsInUse = GetModels([.. entityCache]);
|
||||
modelsInUse = GetModels(entityCache.ToList());
|
||||
}
|
||||
|
||||
private static float EvaluateEntityAgainstQueryEmbeddings(Entity entity, Dictionary<string, float[]> queryEmbeddings)
|
||||
|
||||
Reference in New Issue
Block a user