-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
api: firestoreIssues related to the Firestore API.Issues related to the Firestore API.triage meI really want to be triaged.I really want to be triaged.
Description
In cloud.google.com/go/firestore, the VectorQuery
doesn't implement Queryer
and thus is unusable from a transaction. Is this intentional?
I see nothing in the firestore documentation suggesting Vector queries do not support transactions, and the blog post says "Developers can now perform vector search on transactional Firestore data" which kind of implies transactional queries should be supported.
Is there any reason not to add this to firestore/query.go:
func (vq VectorQuery) query() *Query { return &vq.q }
Metadata
Metadata
Assignees
Labels
api: firestoreIssues related to the Firestore API.Issues related to the Firestore API.triage meI really want to be triaged.I really want to be triaged.