Spaces:
Paused
Paused
vinod chandrashekaran
commited on
Commit
•
8012b99
1
Parent(s):
6f57442
final app with finetuned embeddings deployed to HF Spaces
Browse files
app_v1.py
CHANGED
@@ -86,7 +86,7 @@ LOAD_PDF_DIRECTLY_FROM_URL = True
|
|
86 |
# one of two choices:
|
87 |
# early_prototype means use OpenAI embeddings
|
88 |
# advanced_prototype means use finetuned model embeddings
|
89 |
-
APP_MODE = "
|
90 |
|
91 |
if APP_MODE == "early_prototype":
|
92 |
embeddings = OpenAIEmbeddings(model='text-embedding-3-small')
|
|
|
86 |
# one of two choices:
|
87 |
# early_prototype means use OpenAI embeddings
|
88 |
# advanced_prototype means use finetuned model embeddings
|
89 |
+
APP_MODE = "advanced_prototype"
|
90 |
|
91 |
if APP_MODE == "early_prototype":
|
92 |
embeddings = OpenAIEmbeddings(model='text-embedding-3-small')
|