dinhquangson commited on
Commit
1dd7d51
·
verified ·
1 Parent(s): 41269ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def get_vectorstore(text_chunks):
79
  A FAISS vector store containing the embeddings of the text chunks.
80
 
81
  """
82
- model = "BAAI/bge-base-en-v1.5"
83
  encode_kwargs = {
84
  "normalize_embeddings": True
85
  } # set True to compute cosine similarity
 
79
  A FAISS vector store containing the embeddings of the text chunks.
80
 
81
  """
82
+ model = "sentence-transformers/all-mpnet-base-v2"
83
  encode_kwargs = {
84
  "normalize_embeddings": True
85
  } # set True to compute cosine similarity