Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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
|