Update constitution_py.py
Browse files- constitution_py.py +1 -1
constitution_py.py
CHANGED
@@ -20,7 +20,7 @@ a_llm = get_answer_llm()
|
|
20 |
|
21 |
# Load sentence transformer model once globally
|
22 |
embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
|
23 |
-
save_dir = "
|
24 |
|
25 |
from functools import lru_cache
|
26 |
|
|
|
20 |
|
21 |
# Load sentence transformer model once globally
|
22 |
embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
|
23 |
+
save_dir = "."
|
24 |
|
25 |
from functools import lru_cache
|
26 |
|