chore: scaffold alpha-id crate skeleton

This commit is contained in:
2026-05-18 16:12:59 +02:00
parent bb5123aa4a
commit 70be6449db
19 changed files with 2743 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
ionos_base_url = "https://openai.inference.de-txl.ionos.com/v1"
token_path = "~/.ionos_token"
embed_model = "BAAI/bge-m3"
rerank_model = "Qwen/Qwen3-VL-Reranker-8B"
alpha_id_path = "data/icd10gm2026_alphaidse_edvtxt_20250926.txt"
claml_path = "icd-claml/Klassifikationsdateien/icd10gm2026syst_claml_20250912.xml"
index_dir = "index"
pool_size = 60
top_k = 10