Closed sauterl closed 5 months ago
This PR includes changes introduced to enable an LSC24 participation in conjuction with vitrivr-ng.
BEFORE MERGING, THIS REQUIRES CLEANUP
This is a draft PR such that no-one attempts to simply merge this branch.
Additionally, some changes on this branch might be beneficial for others:
LIKE
DenseRetriever
max
2.0
RelationExpander
RelationResolver
This PR is being closed, as the changes to keep have been cherry-picked into the dev branch.
This PR includes changes introduced to enable an LSC24 participation in conjuction with vitrivr-ng.
BEFORE MERGING, THIS REQUIRES CLEANUP
This is a draft PR such that no-one attempts to simply merge this branch.
Additionally, some changes on this branch might be beneficial for others:
LIKE
subfield boolean queries (e.g.LIKE
query on textual subfield)DenseRetriever
: Since the vectors are normalised on the hypersphere, themax
scoring function is used with a max of2.0
RelationExpander
to properly expand incoming relationsRelationResolver
, a transformer to get the related retrievables too