mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"\n",
|
||||
"rag_redis = RemoteRunnable('http://localhost:8000/rag-redis')\n",
|
||||
"rag_redis = RemoteRunnable(\"http://localhost:8000/rag-redis\")\n",
|
||||
"\n",
|
||||
"print(rag_redis.invoke(\"What was Nike's revenue in 2023?\"))"
|
||||
]
|
||||
|
Reference in New Issue
Block a user