Update embedding column type to float (#3006)

This commit is contained in:
Tianrui Yang
2024-05-24 14:13:20 +00:00
committed by GitHub
parent d5b6b42615
commit 974c3e866c
@@ -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"
]