GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.29k stars 1.73k forks source link

feat(firestore): Vector search #4358

Closed bhshkh closed 3 weeks ago

bhshkh commented 4 weeks ago

Description

Adding vector search samples This is similar to Python and Node in https://firebase.google.com/docs/firestore/vector-search

Checklist

snippet-bot[bot] commented 4 weeks ago

Here is the summary of changes.

You are about to add 3 region tags. - [firestore/vector_search_basic.go:17](https://github.com/bhshkh/golang-samples/blob/423e3436088e8b983d17634321729ee106dba3d0/firestore/vector_search_basic.go#L17), tag `firestore_vector_search_basic` - [firestore/vector_search_prefilter.go:17](https://github.com/bhshkh/golang-samples/blob/423e3436088e8b983d17634321729ee106dba3d0/firestore/vector_search_prefilter.go#L17), tag `firestore_vector_search_prefilter` - [firestore/vector_store.go:17](https://github.com/bhshkh/golang-samples/blob/423e3436088e8b983d17634321729ee106dba3d0/firestore/vector_store.go#L17), tag `firestore_store_vectors`

This comment is generated by snippet-bot. If you find problems with this result, please file an issue at: https://github.com/googleapis/repo-automation-bots/issues. To update this comment, add snippet-bot:force-run label or use the checkbox below:

telpirion commented 3 weeks ago

I am SO excited to see how I can do vector search with my favorite database product.