距离策略#
- class langchain_postgres.vectorstores.DistanceStrategy(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
距离策略的枚举器。
- EUCLIDEAN = 'l2'#
- COSINE = 'cosine'#
- MAX_INNER_PRODUCT = 'inner'#
使用 DistanceStrategy 的示例