We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error code here has a typo: https://github.com/stargate/jsonapi/blob/03daa7e4b5697eca1477de4ce911bb4f43484588/src/main/java/io/stargate/sgv2/jsonapi/exception/ErrorCode.java#L28, leads to the following error message showing up:
errors: [ { message: 'ANN ordering by vector requires the column to be indexed', errorCode: 'INVALID_REQUST' } ],
The text was updated successfully, but these errors were encountered:
I think this was fixed by PR, closing.
Sorry, something went wrong.
Yuqi-Du
No branches or pull requests
Error code here has a typo: https://github.com/stargate/jsonapi/blob/03daa7e4b5697eca1477de4ce911bb4f43484588/src/main/java/io/stargate/sgv2/jsonapi/exception/ErrorCode.java#L28, leads to the following error message showing up:
The text was updated successfully, but these errors were encountered: