Skip to content

Commit f1288b1

Browse files
Use correct query in chatbot example (#153)
Fixes #147
1 parent 05a9873 commit f1288b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/langchain/self-query-retriever-examples/chatbot-example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"\n",
256256
"chain = (_context | LLM_CONTEXT_PROMPT | llm)\n",
257257
"\n",
258-
"chain.invoke(\"What movies are about dreams and was released after the year 1992 but before 2007?\")"
258+
"chain.invoke(\"What movies are about dreams and was released after the year 2007 but before 2012?\")"
259259
]
260260
}
261261
],

0 commit comments

Comments
 (0)