Update file README.md

This commit is contained in:
2025-11-05 23:23:26 +00:00
parent 8809e84797
commit 797c0b9fc2

View File

@@ -22,3 +22,6 @@ from sentence_transformers import SentenceTransformer
model = SentenceTransformer('all-MiniLM-L6-v2')
model.save('./models/all-MiniLM-L6-v2')
# 실행방법
uvicorn manual:app --host 0.0.0.0 --port 8040 --reload