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 05a9873 commit f1288b1Copy full SHA for f1288b1
notebooks/langchain/self-query-retriever-examples/chatbot-example.ipynb
@@ -255,7 +255,7 @@
255
"\n",
256
"chain = (_context | LLM_CONTEXT_PROMPT | llm)\n",
257
258
- "chain.invoke(\"What movies are about dreams and was released after the year 1992 but before 2007?\")"
+ "chain.invoke(\"What movies are about dreams and was released after the year 2007 but before 2012?\")"
259
]
260
}
261
],
0 commit comments