Views
No views yet
| File | Size | Collection | What's in it |
|---|---|---|---|
who_msf_guidelines.snapshot | ~449 MB | who_msf_guidelines | Embedded chunks of WHO + MSF clinical guidelines |
ciel_concepts.snapshot | ~327 MB | ciel_concepts | Embedded CIEL concept names + descriptions |
google/embeddinggemma-300m
dense vectors + BM25 sparse vectors. The same two collections are queried
by the kb-guidelines (:4276) and kb-ciel (:4277) daemons inside
the TenaOS Docker image.1hf download beza4588/tenaos-qdrant-snapshots --local-dir ./snapshots --repo-type dataset
2
3for c in who_msf_guidelines ciel_concepts; do
4 curl -fsS -X POST "http://localhost:6333/collections/${c}/snapshots/upload" \
5 -H "Content-Type: multipart/form-data" \
6 -F "snapshot=@./snapshots/${c}.snapshot"
7donescripts/fetch-models.sh)
performs this restore automatically on first container boot.| File | SHA-256 |
|---|---|
who_msf_guidelines.snapshot | 5ce04462aac136968878c449c038fb6f173818da199f5e2e64b1dc8f35877c96 |
ciel_concepts.snapshot | 154db5e8761c689d7d628a46c57319edbebe2b60216acb0327f636521e950cc3 |