mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
Update embedding column type to float (#3006)
This commit is contained in:
+1
-1
@@ -401,7 +401,7 @@
|
||||
"### Requirements\n",
|
||||
"The data source has to be a BigQuery table or a BigQuery view, with the following requirements on columns:\n",
|
||||
"1. [*Required*] One entity id column, type: string\n",
|
||||
"2. [*Required*] One embedding column, type: double array\n",
|
||||
"2. [*Required*] One embedding column, type: float array\n",
|
||||
"3. [*Optional*] One or more filtering columns, type: string or string array\n",
|
||||
"4. [*Optional*] One crowding column, type: integer. Crowding ensures that results are diverse by returning at most k' < k neighbors with any single crowding attribute out of k total neighbors"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user