George
George
> I'm hitting this error: `grpc_message:"Wrong input: Vector inserting error: expected dim: 1536, got 768"` it means that you are trying to upload 768-d vectors to a collection which has...
Hi @raulcarlomagno, One of our concerns is that if we support providing shard key per point, it will be easier to shoot yourself in the foot in terms of performance....
just in case: you don't need to construct the final batches, as you've said you only need to split data by shard keys so it is a call to upload_collection...
https://github.com/qdrant/fastembed/issues/52 https://github.com/qdrant/fastembed/pull/60
Hi Could it be that your Qdrant instance didn't have enough time to initialize? If you use docker-compose it might be useful to set `depends_on` or just add some timeout...
Could you please provide more information about your environment / code snippets / instructions how to reproduce the issue?
Hi @FrancescoSaverioZuppichini > Note qdrant is only running on the http port, I don't get it why is using grpc, is this a langchain issue? We hadn't had a proper...
@Priyalakshmi7 hello, could you please share your traceback?
Btw, @FrancescoSaverioZuppichini This error `Failed to connect to remote host: FD Shutdown` might mean that there are some firewalls or proxies which prevents the client from reaching the service, can...
hi @MowlanicaBilla in `zsh` you need to use quotes: `pip install "qdrant-client[fastembed]"`, this is the common way to install python packages with extra dependencies in `zsh` which fastembed version are...