chore: rename package scope to @tobilu/qmd
This commit is contained in:
parent
53bf2ebf10
commit
5d73752b47
@ -31,3 +31,4 @@ Initial public release.
|
||||
- Bun UTF-8 path corruption workaround
|
||||
|
||||
[0.9.0]: https://github.com/tobi/qmd/releases/tag/v0.9.0
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ QMD combines BM25 full-text search, vector semantic search, and LLM re-ranking
|
||||
|
||||
```sh
|
||||
# Install globally
|
||||
bun install -g @tobi/qmd
|
||||
bun install -g @tobilu/qmd
|
||||
|
||||
# Create collections for your notes, docs, and meeting transcripts
|
||||
qmd collection add ~/notes --name notes
|
||||
@ -252,7 +252,7 @@ Models are downloaded from HuggingFace and cached in `~/.cache/qmd/models/`.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
bun install -g @tobi/qmd
|
||||
bun install -g @tobilu/qmd
|
||||
```
|
||||
|
||||
Make sure `~/.bun/bin` is in your PATH.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@tobi/qmd",
|
||||
"name": "@tobilu/qmd",
|
||||
"version": "0.9.0",
|
||||
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
|
||||
"type": "module",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user