Find answers from the community

Updated 4 months ago

Qdrant

At a glance

A community member is experiencing issues with Qdrant and LlamaIndex, where their collection keeps getting deleted, leading to data loss. They found a similar issue raised by another community member and it seems the problem has not been fixed yet. Other community members have not experienced this issue, especially with recent versions of LlamaIndex. One community member found a pull request that may fix the issue, but another mentioned it was more of a pre-emptive fix for a rare race condition. The community members suggest upgrading to a newer version of LlamaIndex, and one confirms that the issue is fixed in version 0.9.4, as the recreate_collection function that was causing the problem has been removed.

Useful resources
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