for example, in PgVectorStore.java there is
public enum PgDistanceType {
EuclideanDistance(
...
That should be EUCLIDEAN_DISTANCE and similar for other names.
for example, in PgVectorStore.java there is
public enum PgDistanceType {
EuclideanDistance(
...
That should be EUCLIDEAN_DISTANCE and similar for other names.