b'{"status":{"error":"Wrong input: Conversion between sparse and regular vectors failed"},"time":0.010832087}' #5062
Closed
HarshSonaiya
started this conversation in
General
Replies: 1 comment
-
From the error, it looks like the collection was created with dense vectors earlier.
so it's created with the appropriate config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
def create_sparse_collection(client: QdrantClient):
"""
Create a collection for sparse vectors in Qdrant if it does not exist.
def index_documents(file: str):
Beta Was this translation helpful? Give feedback.
All reactions