scripts/export_markdown.py aktualisiert
Some checks failed
Deploy mindnet to llm-node / deploy (push) Failing after 1s
Some checks failed
Deploy mindnet to llm-node / deploy (push) Failing after 1s
This commit is contained in:
parent
fb016c6c6a
commit
af5d0a0c91
|
|
@ -181,10 +181,12 @@ def main():
|
||||||
out_dir = Path(args.out).resolve()
|
out_dir = Path(args.out).resolve()
|
||||||
out_dir.mkdir(parents=True, exist_ok=True)
|
out_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
# korrekt
|
||||||
cfg = QdrantConfig.from_env(prefix=args.prefix)
|
cfg = QdrantConfig.from_env(prefix=args.prefix)
|
||||||
client = get_client(cfg)
|
client = get_client(cfg)
|
||||||
cols = collection_names(args.prefix)
|
cols = collection_names(args.prefix)
|
||||||
|
|
||||||
|
|
||||||
notes = fetch_all_notes(client, cols["notes"], args.note_id)
|
notes = fetch_all_notes(client, cols["notes"], args.note_id)
|
||||||
if not notes:
|
if not notes:
|
||||||
print("Keine Notes in Qdrant gefunden (Filter zu streng?).")
|
print("Keine Notes in Qdrant gefunden (Filter zu streng?).")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user