mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 08:03:36 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"rag_app = RemoteRunnable('http://localhost:8000/rag-chroma')\n",
|
||||
"\n",
|
||||
"rag_app = RemoteRunnable(\"http://localhost:8000/rag-chroma\")\n",
|
||||
"rag_app.invoke(\"Where id Harrison work\")"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user