vinod chandrashekaran commited on
Commit
8012b99
1 Parent(s): 6f57442

final app with finetuned embeddings deployed to HF Spaces

Browse files
Files changed (1) hide show
  1. app_v1.py +1 -1
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 = "early_prototype"
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')