Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anpigon
/
langchain-qa-bot
like
1
Runtime error
App
Files
Files
Community
b2a6df2
langchain-qa-bot
/
docs
/
langchain
/
templates
/
csv-agent
/
main.py
anpigon
add langchain docs
ed4d993
7 months ago
raw
Copy download link
history
blame
Safe
164 Bytes
from
csv_agent.agent
import
agent_executor
if
__name__ ==
"__main__"
:
question =
"who was in cabin c28?"
print
(agent_executor.invoke({
"input"
: question}))