- Improvements to enable deployment in the cloud, mainly changing file access to Minio
- Improvements on RAG logging, and some debugging in that area
This commit is contained in:
@@ -11,6 +11,7 @@ from flask_session import Session
|
||||
from flask_wtf import CSRFProtect
|
||||
|
||||
from .utils.key_encryption import JosKMSClient
|
||||
from .utils.minio_utils import MinioClient
|
||||
|
||||
# Create extensions
|
||||
db = SQLAlchemy()
|
||||
@@ -26,3 +27,4 @@ jwt = JWTManager()
|
||||
session = Session()
|
||||
|
||||
kms_client = JosKMSClient.from_service_account_json('config/gc_sa_eveai.json')
|
||||
minio_client = MinioClient()
|
||||
|
||||
Reference in New Issue
Block a user