From dc55146e03002812541d2462eeb48557e7ce7e9b Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Fri, 26 Nov 2021 10:28:49 -0800 Subject: [PATCH] few notes on some outstanding todos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2347261..cad24eb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ I hope to make this good over time and once it's ready to also host it publicly, - Then run compute.py to re-calculate tfidf features on the paper abstracts and save those to database. - Finally run serve.py to start the server and access the frontend layer over the data, e.g.: `export FLASK_APP=serve.py; flask run`. +#### todos + +- add user accounts so we can shipit +- 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 #### License