Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sartim/search-engine
- Owner: sartim
- Created: 2023-09-28T18:27:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T18:45:58.000Z (about 1 year ago)
- Last Synced: 2023-09-28T22:06:39.546Z (about 1 year ago)
- Topics: elasticsearch, python, sbert
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
``