Skip to content

Conversation

@Til7701
Copy link
Contributor

@Til7701 Til7701 commented Jul 23, 2025

Fixes GH-3896 (#3896)

The MariaDBVectorStore no longer puts the distance in the metadata when doing a similarity search. Instead, the score is calculated from the distance and set via the builder.

…e do not provide a score

Fixes spring-projectsGH-3896 (spring-projects#3896)

The MariaDBVectorStore no longer puts the distance in the metadata when doing a similarity search. Instead, the score is calculated from the distance and set via the builder.

Signed-off-by: Tilman Holube <[email protected]>
@sobychacko
Copy link
Contributor

@Til7701 The PR is merged. I restored providing the distance as part of the metadata for backward-compatibility reasons while keeping the score changes you introduced. Also, back-ported to 1.0.x.

@sobychacko sobychacko closed this Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Similarity searches with the MariaDBVectorStore do not provide a score

2 participants