Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide better error message when accessing non-JSON API table #659

Closed
jeffreyscarpenter opened this issue Nov 17, 2023 · 0 comments · Fixed by #693
Closed

Provide better error message when accessing non-JSON API table #659

jeffreyscarpenter opened this issue Nov 17, 2023 · 0 comments · Fixed by #693
Assignees

Comments

@jeffreyscarpenter
Copy link
Contributor

A user reported the following:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants