From 0ef67ae647092e7b4fb8c99dc77ff948908dd9e9 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Wed, 20 Dec 2023 15:39:08 -0600 Subject: [PATCH] Adds Tembo VectorDB to list of vector databases (#940) Co-authored-by: Shyamal H Anadkat --- 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 5133355..55fc8e4 100644 --- a/examples/vector_databases/README.md +++ b/examples/vector_databases/README.md @@ -24,6 +24,7 @@ Each provider has their own named directory, with a standard notebook to introdu - [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) +- [Tembo](https://tembo.io/docs/tembo-stacks/vector-db) - [Typesense](https://typesense.org/docs/guide/) - [Weaviate](https://weaviate.io/developers/weaviate/quickstart) - [Zilliz](https://docs.zilliz.com/docs/quick-start-1)