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