Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mintaeng
/
FUTFUT
like
1
Runtime error
App
Files
Files
Community
main
FUTFUT
/
make_answer.py
mintaeng
Upload 5 files
f233426
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
def
result
(
rag_chain,question
):
response= rag_chain.invoke(question)
print
(
f"[ννμ΄μ λ΅λ³]\n
{response}
"
)