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
For the Vectorize query response, the VectorizeMatch type has the following structure:
VectorizeMatch
{ id: string values?: VectorFloatArray | number[] namespace?: string metadata?: Record<string, VectorizeVectorMetadata> score: number }
But in my response i get:
{ vectorId: string score: number vector: { id: string namespace: string values: number[] metadata: { ... } } }
The type has been that of my response but got changed in PR #1297. What am i missing?
The text was updated successfully, but these errors were encountered:
I needed to update the compatibility_date in wrangler.toml.
compatibility_date
wrangler.toml
Sorry, something went wrong.
workers-devprod
No branches or pull requests
For the Vectorize query response, the
VectorizeMatch
type has the following structure:But in my response i get:
The type has been that of my response but got changed in PR #1297. What am i missing?
The text was updated successfully, but these errors were encountered: