Skip to content

Commit 9c2dbee

Browse files
docs: list ALL 12 install extras exhaustively in getting-started
1 parent 90933ff commit 9c2dbee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/getting-started.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ Zero config. SQLite backend, trust-weighted search, content-addressed storage, M
1313
For additional features:
1414

1515
```bash
16+
pip install qp-vault[sqlite] # Async SQLite (aiosqlite)
17+
pip install qp-vault[postgres] # PostgreSQL + pgvector hybrid search
1618
pip install qp-vault[encryption] # AES-256-GCM encryption at rest
1719
pip install qp-vault[pq] # ML-KEM-768 + ML-DSA-65 post-quantum crypto
18-
pip install qp-vault[cli] # vault command-line tool (15 commands)
19-
pip install qp-vault[fastapi] # 22+ REST API endpoints
20+
pip install qp-vault[capsule] # Cryptographic audit trail via qp-capsule
21+
pip install qp-vault[docling] # 25+ document formats (PDF, DOCX, PPTX, etc.)
2022
pip install qp-vault[local] # Local embeddings (sentence-transformers, air-gap)
23+
pip install qp-vault[openai] # OpenAI embeddings (cloud)
24+
pip install qp-vault[integrity] # Near-duplicate + contradiction detection (numpy)
25+
pip install qp-vault[fastapi] # 22+ REST API endpoints
26+
pip install qp-vault[cli] # vault command-line tool (15 commands)
2127
pip install qp-vault[all] # Everything
2228
```
2329

0 commit comments

Comments
 (0)