Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Aug 2, 2024
1 parent 4ba6b06 commit ca4ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ca4ad6d

Please sign in to comment.