Spaces:
Sleeping
Sleeping
add req
Browse files
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,
|
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!
|