mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +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-private')\n",
|
||||
"\n",
|
||||
"rag_app = RemoteRunnable(\"http://localhost:8000/rag-chroma-private\")\n",
|
||||
"rag_app.invoke(\"How does agent memory work?\")"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user