How to write vector to snowflake?

Snowflake Vector data type and vector similarity functions has been general available since May 2024.

May 16, 2024 — Vector data type and vector similarity functions — General Availability | Snowflake Documentation

I am trying to use Ollama to embed pieces of text into vectors.

But I receive:

Dialog cannot be opened
The dialog cannot be opened for the following reason:
Output type mapping is missing for column:
embedding (List (Collection of: Number (double)))

And if I try read data from a table with Vectors created manally,
I get:

No enum constant net.snowflake.client.jdbc.SnowflakeType.VECTOR at java.base/java.lang.Enum.valueOf(Unknown Source).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.