hi @elie !! Welcome back!
-
No, Weaviate will not read and store entire json data. You will need to parse that json, and store it accordingly. Note that while we do have the object datatype, it does have some limitations.
-
If you have a deterministic id for that object, you can always pass it as the object uuid during a batch operation. That way, Weaviate will insert or create that object for you. If the object has a new property that, Weaviate will create that property “on the fly”, if the AUTO_SCHEMA feature is active.
We have reorganized our recipes, so some links are now returning 404. You can find the mentioned recipe here:
But note that at this recipe, it is not importing json, but a simple dict as it’s properties.
Let me know if that helps!
THanks!