Skip to content

Commit 4c15923

Browse files
authored
README: flag that Quick Start Step 3 is not zero-dependency (#148)
* README: flag Quick Start Step 3 is not zero-dependency * README: link directly to the auto_knowledge_base skill
1 parent c6c324a commit 4c15923

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ skardi query --ctx ./ctx.yaml --sql "SELECT * FROM products LIMIT 10"
214214

215215
**Step 3 — turn a parameterized SQL into an agent-callable verb.** Two YAMLs from [`demo/llm_wiki/cli/`](demo/llm_wiki/cli/) — the actual files, not pseudo-code:
216216

217+
> ⚠️ Unlike Steps 1–2 (zero-dependency), this hybrid-search verb also needs a local embedding model at `models/…` + the `sqlite-vec` extension (`SQLITE_VEC_PATH`) and a seeded DB — so it is **not runnable by copy-paste alone**. The [`auto_knowledge_base` skill](https://github.com/SkardiLabs/skardi-skills/tree/main/auto_knowledge_base) sets all of this up for you; use it if you just want the verb working.
218+
217219
```yaml
218220
# pipelines/search_hybrid.yaml — declares the SQL once; Skardi infers the params
219221
kind: pipeline

0 commit comments

Comments
 (0)