mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Changed model location
This commit is contained in:
parent
929b4ddedd
commit
19d9b5be8f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from sentence_transformers import SentenceTransformer as st
|
|||
|
||||
# Load the sentence-transformers model once at the module level
|
||||
SENTENCE_MODEL_NAME = "sentence-transformers/all-MiniLM-L6-v2"
|
||||
MODEL_PATH = os.path.join("/app/media", "models", "all-MiniLM-L6-v2")
|
||||
MODEL_PATH = os.path.join("/app", "models", "all-MiniLM-L6-v2")
|
||||
|
||||
# Thresholds
|
||||
BEST_FUZZY_THRESHOLD = 85
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue