Optionally allow database migration with Alembic
This commit is contained in:
@@ -12,6 +12,7 @@ user_cache_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
COHERE_API_KEY = config("COHERE_API_KEY", default="")
|
||||
KH_MODE = "dev"
|
||||
KH_ENABLE_ALEMBIC = False
|
||||
KH_DATABASE = f"sqlite:///{user_cache_dir / 'sql.db'}"
|
||||
KH_DOCSTORE = {
|
||||
"__type__": "kotaemon.storages.SimpleFileDocumentStore",
|
||||
|
Reference in New Issue
Block a user