Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,7 @@ try:
|
|
27 |
rag_model_name,
|
28 |
index_name="exact",
|
29 |
use_dummy_dataset=True,
|
|
|
30 |
trust_remote_code=True
|
31 |
)
|
32 |
logger.info("Successfully loaded RagRetriever with trust_remote_code=True")
|
|
|
27 |
rag_model_name,
|
28 |
index_name="exact",
|
29 |
use_dummy_dataset=True,
|
30 |
+
dataset_path=local_dataset_path,
|
31 |
trust_remote_code=True
|
32 |
)
|
33 |
logger.info("Successfully loaded RagRetriever with trust_remote_code=True")
|