File size: 215 Bytes
27c6634
 
 
 
 
1
2
3
4
5
# Forces model download during build so startup is instant
from sentence_transformers import SentenceTransformer
print("Downloading all-MiniLM-L6-v2...")
SentenceTransformer("all-MiniLM-L6-v2")
print("Model ready.")