mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 16:11:02 +00:00
Formatting on ntbks (#12576)
This commit is contained in:
parent
08103e6d48
commit
c57945e0a8
@ -22,8 +22,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"\n",
|
||||
"llama2_function = RemoteRunnable(\"http://0.0.0.0:8001/llama2_functions\")\n",
|
||||
"llama2_function.invoke({\"question\":\"How does agent memory work?\"})"
|
||||
"llama2_function.invoke({\"question\": \"How does agent memory work?\"})"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -29,6 +29,7 @@
|
||||
],
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"\n",
|
||||
"rag_app = RemoteRunnable(\"http://0.0.0.0:8001/rag_chroma_private/\")\n",
|
||||
"rag_app.invoke(\"How does agent memory work?\")"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user