From 55090d8b720f68809f62ff1cdeafb7801cf5c739 Mon Sep 17 00:00:00 2001 From: Hemang Joshi Date: Mon, 30 Jan 2023 10:07:08 +0530 Subject: [PATCH] added `star-history` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98fbe7c..99e6881 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ All of the database will be stored inside the `data` directory. Finally, if you' - The metas table should not be a sqlitedict but a proper sqlite table, for efficiency - Build a reverse index to support faster search, right now we iterate through the entire database +#### Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=karpathy/arxiv-sanity-lite&type=Date)](https://star-history.com/#karpathy/arxiv-sanity-lite&Date) + + + #### License MIT