mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
],
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"rag_app_pinecone = RemoteRunnable('http://0.0.0.0:8001/rag_pinecone_multi_query')\n",
|
||||
"\n",
|
||||
"rag_app_pinecone = RemoteRunnable(\"http://0.0.0.0:8001/rag_pinecone_multi_query\")\n",
|
||||
"rag_app_pinecone.invoke(\"What are the different types of agent memory\")"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user