Update run_with_gunicorn.py
This commit is contained in:
parent
7a866cbe21
commit
ff3f29d240
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from lightrag.kg.shared_storage import initialize_share_data, finalize_share_dat
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
# Load environment variables from .env file
|
# Load environment variables from .env file
|
||||||
|
print("Current folder: {}".format(os.getcwd()))
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
def check_and_install_dependencies():
|
def check_and_install_dependencies():
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue