Enum WMNativeVectorDB.ProximityType
The function used to calculate proximity between embeddings
Namespace: Quantellia.WMServer.Asset.LLM.VectorDB
Assembly: WMServer.dll
Syntax
public enum WMNativeVectorDB.ProximityType
  Fields
| Name | Description | 
|---|---|
| Cosine | The Cosine Distance function.  | 
      
| NormalizedCosine | The Cosine Distance function with the additional property of normalized input vectors.  |