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: 24 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T18:45:58.000Z (over 2 years ago)
- Last Synced: 2025-02-16T08:43:47.229Z (over 1 year ago)
- Topics: elasticsearch, python, sbert
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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
``