Full Text & Vector Search for Firestore with Weaviate
Thu 03 November 2022
Many applications require searching through large text fields in your firestore database. For example, you might need to search through articles containing a specific word or searching for a concept.
Cloud Firestore does not have support for indexing of text fields. So 3rd party solutions such as Weaviate or ElasticSearch …
Continue reading »