Spaces:
Sleeping
Sleeping
Davide Panza
commited on
Update app/main_IO.py
Browse files- 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 |
|