langchain_aws.vectorstores.inmemorydb.schema.InMemoryDBDistanceMetric

class langchain_aws.vectorstores.inmemorydb.schema.InMemoryDBDistanceMetric(value)[source]

Redis向量字段的距离度量指标。

l2 = 'L2'
余弦 = 'COSINE'
IP = 'IP'