Deploying a Weaviate cluster on GKE

Weaviate has great docs on how to deploy on K8s using Helm, however this guide is specifically focused on an end-to-end deployment of Weaviate on GKE with replication turned on. The following topics will be covered:

  • Creating and configuring your GKE cluster
  • Deploying Weaviate with Helm
  • Tweaking the Weaviate helm …

Continue reading »

Full Text & Vector Search for Firestore with Weaviate

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 »