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
77732445ea
commit
fb016c6c6a
|
|
@ -181,7 +181,7 @@ def main():
|
|||
out_dir = Path(args.out).resolve()
|
||||
out_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
cfg = QdrantConfig()
|
||||
cfg = QdrantConfig.from_env(prefix=args.prefix)
|
||||
client = get_client(cfg)
|
||||
cols = collection_names(args.prefix)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user