From 4490b4f67ee2aade562174379cffd7a48fddcf28 Mon Sep 17 00:00:00 2001 From: Linpeng Tang Date: Sat, 30 Mar 2024 23:46:56 +0800 Subject: [PATCH] revise link and add credits in readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 771ef2aa93..b1069fa489 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
- + MyScale, the SQL Vector Database for Scalable AI

@@ -12,7 +12,7 @@ [![Discord](https://img.shields.io/discord/1098133460310294528?logo=Discord)](https://discord.gg/D2qpkqc4Jq) [![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/MyScaleDB) -[![Official Website]()](https://www.myscale.com/?utm_source=github&utm_medium=myscaledb_readme) +[![Official Website]()](https://myscale.com/?utm_source=github&utm_medium=myscaledb_readme) [![Playground]()](https://console.myscale.com/playground/?utm_source=github&utm_medium=myscaledb_readme) [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/myscale) @@ -214,3 +214,12 @@ We're committed to continuously improving and evolving MyScaleDB to meet the eve ## License MyScaleDB is licensed under the Apache License, Version 2.0. View a copy of the [License file](https://github.com/myscale/myscaledb?tab=License-1-ov-file). + +## Credits + +We give special thanks for these open-source projects, upon which we have developed MyScaleDB: + +- [ClickHouse](https://github.com/ClickHouse/ClickHouse) - A free analytics DBMS for big data. +- [Faiss](https://github.com/facebookresearch/faiss) - A library for efficient similarity search and clustering of dense vectors, by Meta's Fundamental AI Research. +- [hnswlib](https://github.com/nmslib/hnswlib) - Header-only C++/python library for fast approximate nearest neighbors. +- [ScaNN](https://github.com/google-research/google-research/tree/master/scann) - Scalable Nearest Neighbors library by Google Research.