Skip to content

Commit 19cb714

Browse files
docs: add combo install examples (postgres+encryption, air-gap, dev)
1 parent 9c2dbee commit 19cb714

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/getting-started.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ pip install qp-vault[cli] # vault command-line tool (15 commands)
2727
pip install qp-vault[all] # Everything
2828
```
2929

30+
Combine extras with commas to install exactly what you need:
31+
32+
```bash
33+
# Production API server with PostgreSQL and encryption
34+
pip install qp-vault[postgres,encryption,pq,capsule,fastapi]
35+
36+
# Air-gapped deployment with local embeddings and CLI
37+
pip install qp-vault[local,encryption,cli]
38+
39+
# Development with document processing and integrity checks
40+
pip install qp-vault[docling,integrity,cli]
41+
```
42+
3043
## Create a Vault
3144

3245
```python

0 commit comments

Comments
 (0)