This is not an officially supported Google product. This repo contains sample codes that demonstrate online embeddings matching by leveraging Google Cloud Platform and 3rd party libraries.
- Text Semantic Search: This example shows how to build an end-to-end real-time text semantic search, using using the Universal Sentence Encoder module for embeddings extraction, and Annoy library, for approximate similarity matching index construction.