You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging a node which was timing out with other queries I noticed a warning in the mgmt API logs around the vector<> type:
WARN [epollEventLoopGroup-9-1] 2024-06-11 07:17:57,031 Loggers.java:39 - [s5] Unexpected error while refreshing schema during initialization, proceeding without schema metadata (CompletionException: java.lang.IllegalArgumentException: Could not parse type name vector<float, 768>)
This cluster contains 3 tables with vector types along with SAI indexes attached to those columns.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MAPI-5
The text was updated successfully, but these errors were encountered:
While debugging a node which was timing out with other queries I noticed a warning in the mgmt API logs around the
vector<>
type:WARN [epollEventLoopGroup-9-1] 2024-06-11 07:17:57,031 Loggers.java:39 - [s5] Unexpected error while refreshing schema during initialization, proceeding without schema metadata (CompletionException: java.lang.IllegalArgumentException: Could not parse type name vector<float, 768>)
This cluster contains 3 tables with vector types along with SAI indexes attached to those columns.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MAPI-5
The text was updated successfully, but these errors were encountered: