From e4c4d3baa9249f01807752f3177d0a15b5c925eb Mon Sep 17 00:00:00 2001 From: Moiz Sajid Date: Thu, 13 Jul 2023 00:28:45 +0500 Subject: [PATCH] Updated README.md in examples/vector_databases (#581) Added the links to the missing vector databases --- examples/vector_databases/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/vector_databases/README.md b/examples/vector_databases/README.md index f937071..06761e4 100644 --- a/examples/vector_databases/README.md +++ b/examples/vector_databases/README.md @@ -14,8 +14,10 @@ Each provider has their own named directory, with a standard notebook to introdu - [Milvus](https://milvus.io/docs/example_code.md) - [MyScale](https://docs.myscale.com/en/quickstart/) - [Pinecone](https://docs.pinecone.io/docs/quickstart) +- [PolarDB](https://www.alibabacloud.com/help/en/polardb/latest/quick-start) - [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/) - [Typesense](https://typesense.org/docs/guide/) -- [Weaviate](https://weaviate.io/developers/weaviate/quickstart) \ No newline at end of file +- [Weaviate](https://weaviate.io/developers/weaviate/quickstart +- [Zilliz](https://docs.zilliz.com/docs/quick-start-1)