diff --git a/docs/extras/modules/data_connection/retrievers/how_to/self_query/myscale_self_query.ipynb b/docs/extras/modules/data_connection/retrievers/how_to/self_query/myscale_self_query.ipynb index af9360e3436..fd07ffe02f0 100644 --- a/docs/extras/modules/data_connection/retrievers/how_to/self_query/myscale_self_query.ipynb +++ b/docs/extras/modules/data_connection/retrievers/how_to/self_query/myscale_self_query.ipynb @@ -148,7 +148,7 @@ " # This will teach the LLM to use it as a column when constructing filter.\n", " AttributeInfo(\n", " name=\"length(genre)\",\n", - " description=\"The lenth of genres of the movie\", \n", + " description=\"The length of genres of the movie\", \n", " type=\"integer\", \n", " ),\n", " # Now you can define a column as timestamp. By simply set the type to timestamp.\n",