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
Currently maximum length of any individual array to 100 elements: this specified by maxArrayLength of DocumentLimitsConfig.
(NOTE: there is a special setting $vector, limited via maxVectorEmbeddingLength to 10,000 ; not governed by above setting)
This is rather low a limit, and some use cases are already hitting this limit. Since there is no specific reason not to allow somewhat bigger values (one can work around limit by using "arrays of arrays", and/or split things via sub-Documents), we should raise the limit: either modestly (to 200) or more aggressively (1,000).
The text was updated successfully, but these errors were encountered:
tatu-at-datastax
changed the title
Increase DocumentLimitsConfig.maxArrayLength from 100 to 1000
Increase DocumentLimitsConfig.maxArrayLength from 100 to higher value
Dec 20, 2023
tatu-at-datastax
changed the title
Increase DocumentLimitsConfig.maxArrayLength from 100 to higher value
Increase DocumentLimitsConfig.maxArrayLength from 100 to 1000
Jan 5, 2024
Currently maximum length of any individual array to 100 elements: this specified by
maxArrayLength
ofDocumentLimitsConfig
.(NOTE: there is a special setting
$vector
, limited viamaxVectorEmbeddingLength
to 10,000 ; not governed by above setting)This is rather low a limit, and some use cases are already hitting this limit. Since there is no specific reason not to allow somewhat bigger values (one can work around limit by using "arrays of arrays", and/or split things via sub-Documents), we should raise the limit: either modestly (to 200) or more aggressively (1,000).
The text was updated successfully, but these errors were encountered: