{"id":13531590,"url":"https://github.com/alexklibisz/elastiknn","last_synced_at":"2026-04-11T20:22:31.257Z","repository":{"id":39619732,"uuid":"218177655","full_name":"alexklibisz/elastiknn","owner":"alexklibisz","description":"Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.","archived":false,"fork":false,"pushed_at":"2025-05-07T14:17:19.000Z","size":145423,"stargazers_count":380,"open_issues_count":13,"forks_count":50,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-07T15:21:49.100Z","etag":null,"topics":["elasticsearch","elasticsearch-plugin","embeddings","locality-sensitive-hashing","lucene","nearest-neighbor-search","neural-search","semantic-search","similarity-search"],"latest_commit_sha":null,"homepage":"https://alexklibisz.github.io/elastiknn","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexklibisz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-29T01:22:30.000Z","updated_at":"2025-05-07T14:15:49.000Z","dependencies_parsed_at":"2023-12-13T23:32:17.687Z","dependency_job_id":"1b203935-f0bd-4f67-af83-ba7232b83804","html_url":"https://github.com/alexklibisz/elastiknn","commit_stats":{"total_commits":616,"total_committers":9,"mean_commits":68.44444444444444,"dds":"0.051948051948051965","last_synced_commit":"c6a396c6a4fbc66831f0f83ce4c84c5afee97d90"},"previous_names":[],"tags_count":193,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexklibisz%2Felastiknn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexklibisz%2Felastiknn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexklibisz%2Felastiknn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexklibisz%2Felastiknn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexklibisz","download_url":"https://codeload.github.com/alexklibisz/elastiknn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243360,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","elasticsearch-plugin","embeddings","locality-sensitive-hashing","lucene","nearest-neighbor-search","neural-search","semantic-search","similarity-search"],"created_at":"2024-08-01T07:01:04.191Z","updated_at":"2026-04-11T20:22:26.232Z","avatar_url":"https://github.com/alexklibisz.png","language":"Scala","funding_links":[],"categories":["Awesome Vector Search Engine"],"sub_categories":["Standalone Service"],"readme":"# Elastiknn\n\nElasticsearch plugin for similarity search on dense floating point and sparse boolean vectors.\n\n## Documentation\n\n**Comprehensive documentation is hosted at \u003chttps://alexklibisz.github.io/elastiknn\u003e.**\n\n## Support\n\n- For questions, ideas, feature requests, and other discussion, start a [Github discussion](https://github.com/alexklibisz/elastiknn/discussions).\n- For obvious bugs, post a [Github issue](https://github.com/alexklibisz/elastiknn/issues).\n\n## Contributing\n\nTo contribute to Elastiknn, please see developer-guide.md.\n\n## Users\n\nAre you using Elastiknn? If so, please consider submitting a pull request to list your organization below.\n\n- [Apache Jackrabbit](https://jackrabbit.apache.org): Uses Elastiknn for image similarity search\n- [rep0st](https://github.com/ReneHollander/rep0st): Uses Elastiknn for reverse image lookups in a set of millions of images\n- [Orlo](https://orlo.tech): Uses Elastiknn for indexing deep text understanding in text to provide interesting insights\n\n## Releases\n\n|Artifact|Release|Snapshot|Downloads|\n|:--|:--|:--|:--|\n|Elasticsearch plugin zip file                                                                | [![Plugin Release][Badge-Plugin-Release]][Link-Plugin-Release]          | [![Plugin Snapshot][Badge-Plugin-Snapshot]][Link-Plugin-Snapshot]            | ![Badge-Plugin-Downloads] |\n|Python HTTP client for Elastiknn                                                             | [![Python Release][Badge-Python-Release]][Link-Python-Release]          |                                                                              | ![Badge-Python-Downloads] |\n## Sponsors\n\n[![Yourkit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com/)\n\nYourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications.\nYourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/), [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/), and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).\n\n\u003c!-- Links --\u003e\n\n[Link-Plugin-Release]: https://github.com/alexklibisz/elastiknn/releases/latest\n[Badge-Plugin-Release]: https://img.shields.io/github/v/release/alexklibisz/elastiknn?style=flat-square \"Plugin Release\"\n[Link-Plugin-Snapshot]: https://github.com/alexklibisz/elastiknn/releases\n[Badge-Plugin-Snapshot]: https://img.shields.io/github/v/release/alexklibisz/elastiknn?include_prereleases\u0026style=flat-square \"Plugin Snapshot\"\n[Badge-Plugin-Downloads]: https://img.shields.io/github/downloads/alexklibisz/elastiknn/total?style=flat-square\n\n[Link-Python-Release]: https://pypi.org/project/elastiknn-client/\n[Badge-Python-Release]: https://img.shields.io/pypi/v/elastiknn-client?style=flat-square \"Python Release\"\n[Badge-Python-Downloads]: https://img.shields.io/pypi/dm/elastiknn-client?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexklibisz%2Felastiknn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexklibisz%2Felastiknn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexklibisz%2Felastiknn/lists"}