We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b949c8 commit 4b3848aCopy full SHA for 4b3848a
docs/docs/how_to/qa_per_user.ipynb
@@ -228,7 +228,7 @@
228
"# highlight-next-line\n",
229
"def retrieve(state: State, config: RunnableConfig):\n",
230
" # highlight-next-line\n",
231
- " retrieved_docs = configurable_retriever.invoke(state[\"question\"])\n",
+ " retrieved_docs = configurable_retriever.invoke(state[\"question\"], config)\n",
232
" return {\"context\": retrieved_docs}\n",
233
"\n",
234
0 commit comments