zinoubm's picture
initial commit
66340f1
raw
history blame
132 Bytes
import qdrant_client
def get_qdrant_client():
return qdrant_client.QdrantClient(host=host, port=port, api_key=qdrant_api_key)