AbiramiSukumaran / spanner-vertex-search

Project that demonstrates storages of embeddings in Spanner database and using Vertex AI Vector Search for finding matches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table creation and Data Insertion

Aditya100401 opened this issue · comments

The create table command doesn't mention a column named image to be created but the insert scripts do have a column called image.

Same here.
But after adding this query, it seems working

ALTER TABLE
  apparels ADD COLUMN image STRING(200);