tsissam commited on
Commit
59f3ac5
·
verified ·
1 Parent(s): 0443da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ vector_path = "vector_store_faiss_chroma/faiss_index.index"
15
  metadata_path = "vector_store_faiss_chroma/metadata.pkl"
16
  #model_path = "HuggingFaceModels/falcon-1b-instruct"
17
  #model_path = "tiiuae/Falcon3-1B-Instruct"
18
- #model_path = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
19
- model_path = "mistralai/Mistral-7B-Instruct-v0.1"
20
 
21
  # Load the FAISS index
22
  faiss_index = faiss.read_index(f"{vector_path}")
 
15
  metadata_path = "vector_store_faiss_chroma/metadata.pkl"
16
  #model_path = "HuggingFaceModels/falcon-1b-instruct"
17
  #model_path = "tiiuae/Falcon3-1B-Instruct"
18
+ model_path = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
19
+ #model_path = "mistralai/Mistral-7B-Instruct-v0.1"
20
 
21
  # Load the FAISS index
22
  faiss_index = faiss.read_index(f"{vector_path}")