first commit

This commit is contained in:
2026-01-14 17:41:27 -03:00
parent 8837605153
commit 2f819da943

View File

@@ -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__)