fast-elasticsearch-vector-scoring icon indicating copy to clipboard operation
fast-elasticsearch-vector-scoring copied to clipboard

Score documents using embedding-vectors dot-product or cosine-similarity with ES Lucene engine

Results 26 fast-elasticsearch-vector-scoring issues
Sort by recently updated
recently updated
newest added

I had followed the issue #25 and create a index consist of some documents (512,) dimension. When I have searched search all of those documents. Some results give me score...

Bumps [elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 5.6.9 to 6.8.15. Release notes Sourced from elasticsearch-rest-client's releases. Elasticsearch 6.8.15 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.15.html Elasticsearch 6.8.14 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.14.html Elasticsearch 6.8.13 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies

Hi @lior-k @zewelor @ran22 @cakirmuha , Thanks for this great plugin! I was testing it out with elasticsearch version 6.8.1 (from the same branch of the plugin). I was able...

I queried something like this: ``` curl -XGET "$HOST/sappearance/_search?pretty" -H 'Content-Type: application/json' -d' { "query": { "function_score": { "boost_mode": "replace", "boost": 1, "script_score": { "script": { "source": "binary_vector_score", "lang": "knn",...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps log4j-core from 2.13.2 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.13.2&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I will start by saying thank you for the amazing work! Is there a way to achieve multi-vector ANDing when the vectors are saved as nested? Having the following mapping:...

Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 5.6.9 to 6.8.17. Release notes Sourced from elasticsearch's releases. Elasticsearch 6.8.17 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.17.html Elasticsearch 6.8.16 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.16.html Elasticsearch 6.8.15 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hey thank you for you work! is it possible for you to create a version of the plugin for Elastic Search version 7.11