scripts/import_markdown.py aktualisiert
Some checks failed
Deploy mindnet to llm-node / deploy (push) Failing after 2s
Some checks failed
Deploy mindnet to llm-node / deploy (push) Failing after 2s
This commit is contained in:
parent
ced3b0fa72
commit
fa9fb27428
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user