FUTFUT / make_answer.py
mintaeng's picture
Upload 5 files
f233426 verified
raw
history blame contribute delete
No virus
122 Bytes
def result(rag_chain,question):
response= rag_chain.invoke(question)
print(f"[ν’‹ν’‹μ΄μ˜ λ‹΅λ³€]\n{response}")