mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Qdrant working * - Fix missing prompt templates - Bump version - Add Qdrant to packages * Switch Milvus for Qdrant in config files
6 lines
89 B
Python
Executable file
6 lines
89 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.query.graph_embeddings.qdrant import run
|
|
|
|
run()
|
|
|