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
98f719e42f
commit
d6ef972256
|
|
@ -41,7 +41,7 @@ def main():
|
|||
dim=int(os.getenv("VECTOR_DIM","384")),
|
||||
)
|
||||
client = get_client(cfg)
|
||||
ensure_collections(cfg)
|
||||
ensure_collections(client, cfg.prefix, cfg.dim)
|
||||
|
||||
root = os.path.abspath(args.vault)
|
||||
files = iter_md(root)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user