mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +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",
|
" # This will teach the LLM to use it as a column when constructing filter.\n",
|
||||||
" AttributeInfo(\n",
|
" AttributeInfo(\n",
|
||||||
" name=\"length(genre)\",\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",
|
" type=\"integer\", \n",
|
||||||
" ),\n",
|
" ),\n",
|
||||||
" # Now you can define a column as timestamp. By simply set the type to timestamp.\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