Synced repo using 'sync_with_huggingface' Github Action
Browse files- decrypt_chroma.py +1 -1
decrypt_chroma.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
from cryptography.fernet import Fernet
|
3 |
|
4 |
-
KEY_FILE = "chroma_key.key"
|
5 |
CHROMA_PATH = "app/chroma_db"
|
6 |
|
7 |
def decrypt_chroma_files():
|
|
|
1 |
import os
|
2 |
from cryptography.fernet import Fernet
|
3 |
|
4 |
+
KEY_FILE = "app/chroma_key.key"
|
5 |
CHROMA_PATH = "app/chroma_db"
|
6 |
|
7 |
def decrypt_chroma_files():
|