-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[DOC] Metadata arrays docs #6383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Docs: Add array metadata guidance and refresh filtering examples Expands the metadata filtering, search API, and schema docs to explain how array metadata works across Python, TypeScript, and Rust SDKs. Adds new sections covering Key Changes• Extended Affected Areas• This summary was automatically generated by @propel-code-bot |
|
I feel these docs are incomplete without these things:
|
|
Thanks good callouts @kylediaz
The array size in total must be under quota so [<1kib item>, <1kib item>, <1kib item>, <1kib item>] sums to 4kib
Its just one key so {'array1' : [], 'array2': []} is two keys
If the underlying type for the array has its index enabled, the corresponding array type has it enabled (int, bool, string, float etc). Queries fail if disabled. |
Description of changes
Adding docs for metadata arrays