Skip to content

Commit

Permalink
Update extension.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannas authored May 9, 2024
1 parent e557921 commit dc9102c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firestore-vector-search/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ resources:
type: firebaseextensions.v1beta.function
description: >-
An event-triggered function that gets called when a document is created or
updated. It generates embeddings for the document and writes those
embeddings back to firestore
updated. It uses the document fields `query`, `limit`, and `prefilters` to perform a
vector search query.
properties:
location: ${LOCATION}
runtime: nodejs18
Expand Down

0 comments on commit dc9102c

Please sign in to comment.