YchKhan commited on
Commit
16c9572
1 Parent(s): dbef5b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ text_splitter = RecursiveCharacterTextSplitter(
37
  separators=["\n\n", "\n", " ", ""]
38
  )
39
 
40
- embeddings = SentenceTransformerEmbeddings(model_name="all-MiniLM-L6-v2")
41
  foo = Document(page_content='foo is fou!',metadata={"source":'foo source'})
42
 
43
 
 
37
  separators=["\n\n", "\n", " ", ""]
38
  )
39
 
40
+ embeddings = SentenceTransformerEmbeddings(model_name="all-mpnet-base-v2")
41
  foo = Document(page_content='foo is fou!',metadata={"source":'foo source'})
42
 
43