Replies: 1 comment 1 reply
-
yes we support INTEGER, DOUBLE, FLOAT and DATE for matching(https://github.com/zinggAI/zingg/blob/main/core/src/main/java/zingg/feature/FeatureFactory.java). If you just want to pass through some types without matching them, they should work. We are working on exposing the type interface so that user defined types can also be added. Happy to help if you want to add specific types. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are dataTypes other than string supported? Is there a list of dataType names? I only see "string" in the sample configs.
Beta Was this translation helpful? Give feedback.
All reactions