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!