mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Fix typo in myscale_self_query.ipynb (#6601)
This commit is contained in:
parent
ba256b23f2
commit
73da193a4b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user