ParisNeo commited on
Commit
6bf4d99
·
1 Parent(s): a1f7388
Files changed (1) hide show
  1. lightrag/api/run_with_gunicorn.py +1 -0
lightrag/api/run_with_gunicorn.py CHANGED
@@ -15,6 +15,7 @@ from dotenv import load_dotenv
15
  # This update allows the user to put a different.env file for each lightrag folder
16
  load_dotenv(".env")
17
 
 
18
  def check_and_install_dependencies():
19
  """Check and install required dependencies"""
20
  required_packages = [
 
15
  # This update allows the user to put a different.env file for each lightrag folder
16
  load_dotenv(".env")
17
 
18
+
19
  def check_and_install_dependencies():
20
  """Check and install required dependencies"""
21
  required_packages = [