mlara commited on
Commit
0a3a16f
1 Parent(s): 6775e53
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
14
  # Add path to the root of the repo to the system path
15
  sys.path.append(".")
16
 
17
- from rag import _build_vector_db, retrieval_augmented_qa_pipeline, RetrievalAugmentedQAPipeline
18
 
19
  # ChatOpenAI Templates
20
  system_template = """You are a helpful assistant who always speaks in a pleasant tone!
 
14
  # Add path to the root of the repo to the system path
15
  sys.path.append(".")
16
 
17
+ from rag import _build_vector_db, RetrievalAugmentedQAPipeline
18
 
19
  # ChatOpenAI Templates
20
  system_template = """You are a helpful assistant who always speaks in a pleasant tone!