Use Sentence Transformers to Encode, Query Schedule.org Headings

This commit is contained in:
debanjum
2021-04-04 04:53:03 -07:00
commit 0ef5495701
3 changed files with 104 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
torch==1.6.0
transformers==3.3.1
sentence-transformers==0.3.8
pandas==1.1.2
faiss-cpu==1.6.1
numpy==1.18.5