Articles for tag composite-index
-
Building Composite Indexes for Firestore on Windows
The command on the Firestore docs to create a composite index that includes a vector embedding doesn't work out of the box on Windows. This seems to be related on how escaping JSON works on Powershell. This article shows an alternative solution to creating the index using a JSON file.