Skip to content

Commit cfedc89

Browse files
author
Paweł Kędzia
committed
Merge branch 'features/quickstart'
2 parents 0d72da4 + 4e2d206 commit cfedc89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
| 0.3.0 | Anonymization available with three strategies: `fast_masker`, `genai`, `prov_masker`. |
1717
| 0.3.1 | Refactoring `lb.strategies` to be more flexible modular. Introduced `MaskerPipeline` and `GuardrailPipeline` both configured via env. Removed genai-based masking endpoint. |
1818
| 0.4.0 | The main repository is divided into dedicated ones: plugins, services, web — separate repositories. Clean up the whole repository. Examples of integration with llamaindex, langchain, openai, litellm and haystack. |
19-
| 0.4.1 | Audit log is stored using GPG. Add bash script (`scripts/gen_and_export_gpg.sh` to prepare GPG keys and simple `scripts/decrypt_auditor_logs.sh` to decrypt encrypted audit logs. Moved core functionality from `base` to module `core` module. |
19+
| 0.4.1 | Audit log is stored using GPG. Add bash script (`scripts/gen_and_export_gpg.sh` to prepare GPG keys and simple `scripts/decrypt_auditor_logs.sh` to decrypt encrypted audit logs. Moved core functionality from `base` to module `core` module. Quickstart. |

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ as request counts, latencies, and any custom counters defined by the
100100
application. Prometheus servers can scrape this URL to collect runtime
101101
metrics for monitoring and alerting.
102102

103+
The quick‑start guides for running the full stack with **local models** are included in the repository:
104+
105+
- **Gemma 3 12B‑IT**[README](examples/quickstart/google-gemma3-12b-it/README.md)
106+
- **Bielik 11B‑v2.3‑Instruct‑FP8**[README](examples/quickstart/speakleash-bielik-11b-v2_3-Instruct/README.md)
107+
103108
### 2️⃣ Minimum required environment variable
104109

105110
``` shell script

0 commit comments

Comments
 (0)