Update app.py
Browse files
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 |
-
|
| 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}")
|