Davide Panza commited on
Commit
ba8a6fb
·
verified ·
1 Parent(s): f48a416

Update app/main_IO.py

Browse files
Files changed (1) hide show
  1. app/main_IO.py +1 -1
app/main_IO.py CHANGED
@@ -63,7 +63,7 @@ def reset_session_state_on_upload():
63
 
64
 
65
  # Define model path - check multiple possible locations
66
- def get_model_path():
67
  # Try local model first (relative to current script)
68
  local_model_path = os.path.join(os.path.dirname(__file__), "chromadb_model")
69
 
 
63
 
64
 
65
  # Define model path - check multiple possible locations
66
+ def get_model_path(EMBEDDING_MODEL):
67
  # Try local model first (relative to current script)
68
  local_model_path = os.path.join(os.path.dirname(__file__), "chromadb_model")
69