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
Initial design will allow passing a string as the value for a vector column
{ "my_vector" : "I like cheese", }
If the column is a vector column && it has vectorize defined we can vectorize it.
We also need to support this for sorting, so if the command has
"sort" : {"my_vector" : "i like cheese"},
we should also vectorise that.
The text was updated successfully, but these errors were encountered:
@Yuqi-Du handing over to you for errors and tests and discussed.
Sorry, something went wrong.
Yuqi-Du
Successfully merging a pull request may close this issue.
Initial design will allow passing a string as the value for a vector column
If the column is a vector column && it has vectorize defined we can vectorize it.
We also need to support this for sorting, so if the command has
we should also vectorise that.
The text was updated successfully, but these errors were encountered: