|
@@ -10,7 +10,7 @@ QMD combines BM25 full-text search, vector semantic search, and LLM re-ranking
|
|
|
|
|
|
|
|
```sh
|
|
```sh
|
|
|
# Install globally
|
|
# Install globally
|
|
|
-bun install -g @tobi/qmd
|
|
|
|
|
|
|
+bun install -g @tobilu/qmd
|
|
|
|
|
|
|
|
# Create collections for your notes, docs, and meeting transcripts
|
|
# Create collections for your notes, docs, and meeting transcripts
|
|
|
qmd collection add ~/notes --name notes
|
|
qmd collection add ~/notes --name notes
|
|
@@ -252,7 +252,7 @@ Models are downloaded from HuggingFace and cached in `~/.cache/qmd/models/`.
|
|
|
## Installation
|
|
## Installation
|
|
|
|
|
|
|
|
```sh
|
|
```sh
|
|
|
-bun install -g @tobi/qmd
|
|
|
|
|
|
|
+bun install -g @tobilu/qmd
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Make sure `~/.bun/bin` is in your PATH.
|
|
Make sure `~/.bun/bin` is in your PATH.
|