trustgraph/trustgraph-flow/scripts/de-query-milvus
cybermaggedon 9b91d5eee3
Feature/pkgsplit (#83)
* Starting to spawn base package
* More package hacking
* Bedrock and VertexAI
* Parquet split
* Updated templates
* Utils
2024-09-30 19:36:09 +01:00

6 lines
87 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.query.doc_embeddings.milvus import run
run()