-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'd like to use Cloudflare Vectorize (database for storing vectors) alongside Workers AI (#173).
Describe the solution you'd like
Vectorize is similar to D1 where it's a database. It's implementation would look similar to D1 in Nuxt Hub.
Describe alternatives you've considered
Manually adding a binding and directly using the API (#113)
Additional context
- https://developers.cloudflare.com/vectorize/reference/client-api/
- https://developers.cloudflare.com/vectorize/reference/metadata-filtering/
Happy to contribute a simple PR into @nuxt-hub/core to add hubVectorize()
now but it wouldn't include proxying remote or devtools viewer though.
Also, should it be called hubVectorize()
or should it have a different name like hubVectorDatabase()
?
miguelrk
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request