Fix typo in myscale_self_query.ipynb (#6601)

This commit is contained in:
Ikko Eltociear Ashimine 2023-06-24 06:57:12 +09:00 committed by GitHub
parent ba256b23f2
commit 73da193a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",