ali121300 commited on
Commit
880e450
1 Parent(s): 46edae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ def get_text_chunks(text:str) ->list:
47
 
48
 
49
  def get_vectorstore(text_chunks : list) -> FAISS:
50
- #model = "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
51
- model="PartAI/Dorna-Llama3-8B-Instruct"
52
  encode_kwargs = {
53
  "normalize_embeddings": True
54
  } # set True to compute cosine similarity
 
47
 
48
 
49
  def get_vectorstore(text_chunks : list) -> FAISS:
50
+ model = "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
51
+ #model="PartAI/Dorna-Llama3-8B-Instruct"
52
  encode_kwargs = {
53
  "normalize_embeddings": True
54
  } # set True to compute cosine similarity