scripts/export_markdown.py aktualisiert
Some checks failed
Deploy mindnet to llm-node / deploy (push) Failing after 1s

This commit is contained in:
Lars 2025-09-08 17:43:44 +02:00
parent fb016c6c6a
commit af5d0a0c91

View File

@ -181,10 +181,12 @@ def main():
out_dir = Path(args.out).resolve()
out_dir.mkdir(parents=True, exist_ok=True)
# korrekt
cfg = QdrantConfig.from_env(prefix=args.prefix)
client = get_client(cfg)
cols = collection_names(args.prefix)
notes = fetch_all_notes(client, cols["notes"], args.note_id)
if not notes:
print("Keine Notes in Qdrant gefunden (Filter zu streng?).")