mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-26 08:33:55 +00:00
Update run_with_gunicorn.py
This commit is contained in:
parent
ff3f29d240
commit
e87feb76bc
@ -12,8 +12,9 @@ from lightrag.kg.shared_storage import initialize_share_data, finalize_share_dat
|
||||
from dotenv import load_dotenv
|
||||
|
||||
# Load environment variables from .env file
|
||||
print("Current folder: {}".format(os.getcwd()))
|
||||
print(f"Current folder: {os.getcwd()}")
|
||||
load_dotenv()
|
||||
print(f"Check: {os.getenv('LLM_MODEL')}")
|
||||
|
||||
def check_and_install_dependencies():
|
||||
"""Check and install required dependencies"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user