Skip to content

Commit 658b936

Browse files
Use correct query in chatbot example (elastic#153)
Fixes elastic#147
1 parent 4c25f77 commit 658b936

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)