File size: 132 Bytes
66340f1
 
 
 
 
1
2
3
4
5
6
import qdrant_client


def get_qdrant_client():
    return qdrant_client.QdrantClient(host=host, port=port, api_key=qdrant_api_key)