You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched Google & GitHub for similar requests and couldn't find anything
I have read and followed the docs and still think this feature is missing
Description
The string data type is deprecated in weaviate 1.19 so we need to update the type of DOCUMENTID to text.
The default tokenization for a text data type is word. This should be changed to keyword to be consistent with the behaviour when DOCUMENTID's data type was string.
Initial Checks
Description
The
string
data type is deprecated in weaviate 1.19 so we need to update the type of DOCUMENTID totext
.The default tokenization for a
text
data type isword
. This should be changed tokeyword
to be consistent with the behaviour when DOCUMENTID's data type wasstring
.Affected Components
The text was updated successfully, but these errors were encountered: