Spaces:
Runtime error
Runtime error
Update fast_app.py
Browse files- fast_app.py +1 -1
fast_app.py
CHANGED
@@ -34,7 +34,7 @@ app = FastAPI()
|
|
34 |
templates = Jinja2Templates(directory="templates")
|
35 |
app.mount("/static", StaticFiles(directory="static"), name="static")
|
36 |
english_embedding_model = "text-embedding-3-large"
|
37 |
-
czech_embedding_model = "Seznam/
|
38 |
|
39 |
czech_store = "stores/czech_512"
|
40 |
english_store = "stores/english_512"
|
|
|
34 |
templates = Jinja2Templates(directory="templates")
|
35 |
app.mount("/static", StaticFiles(directory="static"), name="static")
|
36 |
english_embedding_model = "text-embedding-3-large"
|
37 |
+
czech_embedding_model = "Seznam/retromae-small-cs"
|
38 |
|
39 |
czech_store = "stores/czech_512"
|
40 |
english_store = "stores/english_512"
|