Skip to content

Commit

Permalink
fix(vectorize): add missing metadata filter operations
Browse files Browse the repository at this point in the history
  • Loading branch information
RihanArfan authored Feb 8, 2025
1 parent d23d080 commit aaf2e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cloudflare/internal/vectorize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ interface VectorizeError {
type VectorizeVectorMetadataFilterOp =
| '$eq'
| '$ne'
| '$in'
| '$nin'
| '$lt'
| '$lte'
| '$gt'
Expand Down

0 comments on commit aaf2e08

Please sign in to comment.