Update djezzy.py
Browse files
djezzy.py
CHANGED
@@ -20,7 +20,7 @@ import pickle
|
|
20 |
import numpy as np
|
21 |
import shutil
|
22 |
import tempfile
|
23 |
-
|
24 |
index_source='index.faiss'
|
25 |
hh_source='index.pkl'
|
26 |
model_name = "sentence-transformers/all-MiniLM-L6-v2"
|
|
|
20 |
import numpy as np
|
21 |
import shutil
|
22 |
import tempfile
|
23 |
+
|
24 |
index_source='index.faiss'
|
25 |
hh_source='index.pkl'
|
26 |
model_name = "sentence-transformers/all-MiniLM-L6-v2"
|