Firestore indexes composite create is Not working
I am trying to create a Vector index to find the top nearest neighbors given an input embedding Vector.
Following Firestore’s tutorial on this they provide the command to create the Vector index.
I am trying to create a Vector index to find the top nearest neighbors given an input embedding Vector.
Following Firestore’s tutorial on this they provide the command to create the Vector index.