ali121300 commited on
Commit
a66bea3
1 Parent(s): 15ce550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def get_text_chunks(text:str) ->list:
48
 
49
  def get_vectorstore(text_chunks : list) -> FAISS:
50
  #model = "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
51
- model="intfloat/e5-mistral-7b-instruct"
52
  encode_kwargs = {
53
  "normalize_embeddings": True
54
  } # set True to compute cosine similarity
 
48
 
49
  def get_vectorstore(text_chunks : list) -> FAISS:
50
  #model = "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
51
+ model="Avditvs/multilingual-e5-small-distill-base-0.1"
52
  encode_kwargs = {
53
  "normalize_embeddings": True
54
  } # set True to compute cosine similarity