From 73da193a4bb74bf1d783e8b86deadc8f83a34931 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 24 Jun 2023 06:57:12 +0900 Subject: [PATCH] Fix typo in myscale_self_query.ipynb (#6601) --- .../retrievers/how_to/self_query/myscale_self_query.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 af9360e343..fd07ffe02f 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",