Metadata-Version: 2.1
Name: sem-search-fast
Version: 0.0.2
Summary: For quick semantic search
Home-page: https://github.com/philfvbell/sem_search_fast
Author: Phil Bell
Author-email: philipfvbell@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# sem_search
 
This is designed to allow for rapid semantic search.

It draws inspiration and code from Mathew Alexander's implementation [here] (https://towardsdatascience.com/billion-scale-semantic-similarity-search-with-faiss-sbert-c845614962e2):
