Lrosado commited on
Commit
450679f
·
verified ·
1 Parent(s): c1b2122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ client = OpenAI(
18
  )
19
 
20
  # Define the embedding model and the vectorstore
21
- embedding_model = SentenceTransformerEmbeddings(model_name='gpt=thenlper/gte-small')
22
 
23
  # Load the persisted vectorDB
24
  collection_name = '10k_embeddings'
 
18
  )
19
 
20
  # Define the embedding model and the vectorstore
21
+ embedding_model = SentenceTransformerEmbeddings(model_name='thenlper/gte-small')
22
 
23
  # Load the persisted vectorDB
24
  collection_name = '10k_embeddings'