Hello! Thanks again for answering my last question. According to the limits, each index is limited
Hello! Thanks again for answering my last question.
According to the limits, each index is limited to 96 bytes. How do we know how many bytes a string will use for the index?
Could we do the following in JS to estimate the number of bytes:
According to the limits, each index is limited to 96 bytes. How do we know how many bytes a string will use for the index?
Could we do the following in JS to estimate the number of bytes:
new TextEncoder().encode(text).length ?