Hello anyone can help me with a
Hello anyone can help me with a vectorise problem VECTOR_QUERY_ERROR (code = 50111)
the weird thing is that with this payload below it works as expected
{
"search_prompt": "i saw that users wanted our company phone number, and couldnt find it.",
"function_type": "search",
"access_level": "internal",
"vector_search": true,
"filter": "kaizens",
"db_source": "vector"
}
but with this search prompt it throws the error
{
"search_prompt": "i saw .",
"function_type": "search",
"access_level": "internal",
"vector_search": true,
"filter": "kaizens",
"db_source": "vector"
}
i also need to mention this only happends on the kaizens filter and the weird behaviour does not have a pattern or something we can explain. for example it sometimes works with 3 words on the search_prompt and sometimes it doesn't.From what we can tell it is totally random and we have no clue why "heythere" works and "hey there" does not work. I would appreciate any feedback. Thanks!
7 Replies
Hi @Jorgo, thank you for reporting! We are looking into this.
Thanks i will be waiting to hear from you 🙂
the team is investigating
Hi @Jorgo. We have implemented a fix, could you please share your index details over DM so we can validate it for your index?
Unknown User•6d ago
Message Not Public
Sign In & Join Server To View
Yeah for sure i ll rerun it and i ll let you know
Yep can confirm its fixed thanks a lot!