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
(it may not be a fully list, feel free to update more files as needed.
❤️ Contributors, please refer to 📙Contributing Guide.
Unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like I'm working on it or Can I work on this issue? to avoid duplicating work. Our Discord server is always open and friendly.
The text was updated successfully, but these errors were encountered:
Here are all the dataType supported in CocoIndex: https://cocoindex.io/docs/core/data_types
We want to add Enum Type. #217 is an example.
Representations in different places
Arc<str>
inBasicValue
in Rust.convert.rs
]Other potential code that needs to be updated
BasicValueType
, for serializing, deserializing, etc.BasicValue::from_json()
. It needs to updated.JsonSchemaBuilder
py/convert.rs
typing.py
,convert.py
Please also the test
test_convert.py
data_types.mdx
(it may not be a fully list, feel free to update more files as needed.
❤️ Contributors, please refer to 📙Contributing Guide.
Unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like
I'm working on it
orCan I work on this issue?
to avoid duplicating work. Our Discord server is always open and friendly.The text was updated successfully, but these errors were encountered: