Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sartim/search-engine

Search engine helper using Sentence-BERT and elasticsearch to return results based on semantic similarity
https://github.com/sartim/search-engine

elasticsearch python sbert

Last synced: about 6 hours ago
JSON representation

Search engine helper using Sentence-BERT and elasticsearch to return results based on semantic similarity

Awesome Lists containing this project

README

        

# Search Engine

* Search engine helper using Sentence-BERT and elasticsearch to return results based on semantic similarity

* Build package

``
$ python setup.py sdist bdist_wheel
``