George
George
hi, @nairajay2k could you please provide a code snippet and data example to reproduce the error?
were you trying to upsert emojis?
cp from [discord](https://discord.com/channels/907569970500743200/1153311464619257917) Local mode ignores all additional parameters like hnsw config, optimizers config, etc. however it saves those parameters which were provided in vectors_config e.g. input: ```python cl.create_collection('col', vectors_config=models.VectorParams(size=10,...
Are there any logs in the container?
I could not reproduce the error with the code sample you've provided :( Are you sure it is reproducible with the code sample? Could you maybe tell us your operation...
It would be highly appreciated if you could provide a code sample to reproduce the issue, otherwise we'll have to put it on hold for a while before we can...
It is indeed reproducible with feast, I will take a closer look, thanks
At the moment It seems like `feast` (or its dependencies) might be messing up with python's garbage collector
should be fixed as of `qdrant-client==1.8.2`
Hey @EmanuelCampos We will need some additional info to look into it 1) What does your collection info look like? (https://qdrant.tech/documentation/concepts/collections/?q=collection#collection-info) 2) How do you upsert code? (code snippet) 3)...