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
We’re working on a chatbot using a db loaded w/ wikipedia data. The table has already been loaded w/ the embeddings but when running a find using my TS client I always get a [{"message":"Vector search is not enabled for the collection pages","errorCode":"VECTOR_SEARCH_NOT_SUPPORTED"}] .
After investigation it was determined that the underlying table for this collection was created via CQL. While the table did have a vector column, it was not created via JSON API, which is the real root issue. We need a more correct error message in this case that addresses the larger problem.
The text was updated successfully, but these errors were encountered:
A user reported the following:
After investigation it was determined that the underlying table for this collection was created via CQL. While the table did have a vector column, it was not created via JSON API, which is the real root issue. We need a more correct error message in this case that addresses the larger problem.
The text was updated successfully, but these errors were encountered: