Questions tagged [qdrantclient]
2 questions
2
votes
2 answers
Initialise qdrant for langchain
I want to experiment with adding my existing qdrant vector database to langchain for a chatGPT project. However, I cannot seem to find a way to initialise the Qdrant object without providing docs and embeddings, which seems weird to me, as I should…

MDan
- 295
- 2
- 13
1
vote
1 answer
ValueError: could not broadcast input array from shape (1536,) into shape (2000,)
I'm trying to create a Qdrant vectorsore and add my documents.
My embeddings are based on OpenAIEmbeddings
the QdrantClient is local for my case
the collection that I'm creating has the
VectorParams as such: VectorParams(size=2000,…

Evan P
- 1,767
- 1
- 20
- 37