Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Add condition SimilarLikeCondition #409

Open
4 of 8 tasks
alexander-schranz opened this issue Aug 7, 2024 · 4 comments
Open
4 of 8 tasks

[Core] Add condition SimilarLikeCondition #409

alexander-schranz opened this issue Aug 7, 2024 · 4 comments
Labels
features New feature or request SEAL Core Seal Core related issue

Comments

@alexander-schranz
Copy link
Member

alexander-schranz commented Aug 7, 2024

Add functionality to get similar documents by a given document id:

@alexander-schranz alexander-schranz added features New feature or request SEAL Core Seal Core related issue labels Aug 7, 2024
@burki
Copy link

burki commented Aug 20, 2024

For Solr, see https://solr.apache.org/guide/solr/latest/query-guide/morelikethis.html (should be similar to Elasticsearch)

@alexander-schranz
Copy link
Member Author

@burki thank you for your help. Added it to the description. If you know others supporting it let me know.

@burki
Copy link

burki commented Aug 26, 2024

RediSearch might support vector queries similar to Typesense, https://redis.io/blog/rediscover-redis-for-vector-similarity-search/ though I never used RedisSearch myself.

@burki
Copy link

burki commented Aug 26, 2024

Algolia has https://www.algolia.com/doc/api-reference/api-parameters/similarQuery/
It looks like you have to extract fitting terms for building up similarQuery from a matching result by yourself:

$results = $index->search('', [ 
  'similarQuery' => 'Comedy Drama Crime McDormand Macy Buscemi Stormare Presnell Coen', 
  'filters' => 'year:1991 TO 2001'
]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features New feature or request SEAL Core Seal Core related issue
Projects
None yet
Development

No branches or pull requests

2 participants