mlara commited on
Commit
22cee06
1 Parent(s): f4b691b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
14
  from rag import retrieval_augmented_qa_pipeline
15
 
16
  # Add path to the root of the repo to the system path
17
- sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__))))
18
 
19
 
20
  # ChatOpenAI Templates
 
14
  from rag import retrieval_augmented_qa_pipeline
15
 
16
  # Add path to the root of the repo to the system path
17
+ sys.path.append(".")
18
 
19
 
20
  # ChatOpenAI Templates