Skip to content

Commit

Permalink
fix: bump deps, fix backfill (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac authored Oct 2, 2024
1 parent 73a95ea commit 95a6392
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 75 deletions.
4 changes: 4 additions & 0 deletions firestore-vector-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.0.5

fix - fix backfill and fix npm audit

## Version 0.0.4

fix - correct Vertex AI embedding dimension
Expand Down
2 changes: 1 addition & 1 deletion firestore-vector-search/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-vector-search
version: 0.0.4
version: 0.0.5
specVersion: v1beta

tags:
Expand Down
160 changes: 87 additions & 73 deletions firestore-vector-search/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-vector-search/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@google-cloud/pubsub": "^4.0.7",
"@google-cloud/vertexai": "^0.1.3",
"@google/generative-ai": "^0.1.3",
"@invertase/firebase-extension-utilities": "^0.1.0",
"@invertase/firebase-extension-utilities": "^0.1.2",
"faiss-node": "^0.5.1",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.8.0",
Expand Down

0 comments on commit 95a6392

Please sign in to comment.