Find answers from the community

Updated 2 months ago

Qdrant

Anyone is using Qdrant with LlamaIndex? I got frustrated because it keeps deleting my collection hence makes us data loss because it keeps trigerring the recreate_collection function. I found the same issue raised by this guy (https://github.com/run-llama/llama_index/issues/9352) and seems like it's still haven't fixed yet? I assure that I use llama index from back then too (before Dec 2023) and tbh I haven't updated our LlamaIndex yet.
L
E
7 comments
I've never had an issue with this? At least in recent versions of llama index
I've used it in production apps without issue
I found this PR which seems like fix this issue? (https://github.com/run-llama/llama_index/pull/10083)
Eh, that was more of a pre-emptive fix for a rare race condition
Maybe it's time for us to upgrading to the newer version then. Hopefully it solves the issue
Thanks for answering btw!
Just wanna confirm that this works, we actually upgrading from 0.9.1 to 0.9.4 because we're not ready yet to change to 1.x but yeah the bug is fixed

in 0.9.1 llamaindex uses recreate_collection which is the main problem. It's gone in 0.9.4
Add a reply
Sign up and join the conversation on Discord