mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
attempt fix
This commit is contained in:
parent
98265ea29d
commit
2da3a70ef5
@ -611,7 +611,7 @@
|
|||||||
" sku VARCHAR(255) UNIQUE NOT NULL,\n",
|
" sku VARCHAR(255) UNIQUE NOT NULL,\n",
|
||||||
" image_url VARCHAR(255),\n",
|
" image_url VARCHAR(255),\n",
|
||||||
" metadata JSON,\n",
|
" metadata JSON,\n",
|
||||||
" embed vector(768) DEFAULT NULL --> vector dimensions depends on the embedding model\n",
|
" embed vector(768) DEFAULT NULL -- vector dimensions depends on the embedding model\n",
|
||||||
" );\n",
|
" );\n",
|
||||||
" ```\n",
|
" ```\n",
|
||||||
" ### Insertion of records\n",
|
" ### Insertion of records\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user