diff --git a/files/app.py b/files/app.py index 361e505..077e50d 100644 --- a/files/app.py +++ b/files/app.py @@ -3,7 +3,7 @@ import traceback import json # 🔥 IMPORTA SEU PIPELINE -from oci_genai_llm_graphrag_financial import answer_question +from graphrag_rerank import answer_question app = Flask(__name__)