From ca4ad6de05e70fbbde4846aa92cf75782c64c3ca Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 1 Aug 2024 18:29:30 -0600 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 502c5b2..1c30a33 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ minDB uses a two-step process to perform approximate nearest neighbors search. F Clone the repo and run `pip install -r requirements.txt` to install all of the necessary packages. -For a quickstart guide, check out our getting started example [here](https://github.com/SuperpoweredAI/minDB/blob/main/examples/getting_started.ipynb). +For a quickstart guide, check out our getting started example [here](https://github.com/D-Star-AI/minDB/blob/main/examples/getting_started.ipynb). By default, all minDB databases are saved to the ~/.mindb directory. This directory is created automatically if it doesn’t exist when you initialize an minDB object. You can override this path by specifying a save_path when you create your minDB object.