Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ load_dotenv()
|
|
| 21 |
|
| 22 |
app = Flask(__name__)
|
| 23 |
|
| 24 |
-
model = SentenceTransformer(
|
| 25 |
index = faiss.read_index("./faiss_index.bin")
|
| 26 |
|
| 27 |
groq_api_key = os.getenv('GROQ_API_KEY')
|
|
|
|
| 21 |
|
| 22 |
app = Flask(__name__)
|
| 23 |
|
| 24 |
+
model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
| 25 |
index = faiss.read_index("./faiss_index.bin")
|
| 26 |
|
| 27 |
groq_api_key = os.getenv('GROQ_API_KEY')
|