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

This commit is contained in:
Lars 2025-09-04 08:10:00 +02:00
parent ced3b0fa72
commit fa9fb27428

View File

@ -92,7 +92,7 @@ def main():
if args.apply:
# Notes upsert
notes_col, note_pts = points_for_note(cfg.prefix, note_pl, note_vec)
notes_col, note_pts = points_for_note(cfg.prefix, note_pl, note_vec, cfg.dim)
upsert_batch(client, notes_col, note_pts)
# Chunks upsert