AWEsumCare-Demo / qdrant.py
ray
switch to load from vector store from qdrant cloud
4969145
raw
history blame
No virus
310 Bytes
# import qdrant_client
from qdrant_client import QdrantClient
# client = qdrant_client.QdrantClient(path="/tmp/total_qdrant/")
client = QdrantClient(
url="https://dc059edb-e5bc-43ff-bb72-756cc610d6d1.us-east4-0.gcp.cloud.qdrant.io",
api_key="th0__GAZkpGRP0QSL2QwB0g_vr0ATvY-sd2Gre5VBUk8-vExdsYsYQ"
)