From 90a3037045e23cfbddb5c6347a6c3e88bed08810 Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Tue, 7 Nov 2023 15:37:46 -0700 Subject: [PATCH] Adds Supabase to list of vector databases (#819) --- examples/vector_databases/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/vector_databases/README.md b/examples/vector_databases/README.md index 1f58fdd..5133355 100644 --- a/examples/vector_databases/README.md +++ b/examples/vector_databases/README.md @@ -23,6 +23,7 @@ Each provider has their own named directory, with a standard notebook to introdu - [Qdrant](https://qdrant.tech/documentation/quick-start/) - [Redis](https://github.com/RedisVentures/simple-vecsim-intro) - [SingleStoreDB](https://www.singlestore.com/blog/how-to-get-started-with-singlestore/) +- [Supabase](https://supabase.com/docs/guides/ai) - [Typesense](https://typesense.org/docs/guide/) - [Weaviate](https://weaviate.io/developers/weaviate/quickstart) - [Zilliz](https://docs.zilliz.com/docs/quick-start-1)